Version

Search Results

CreateEditorWithText Method (UltraComboEditor)

Creates a new Infragistics.Win.EditorWithText object. Overload List

CreateOwner Method (UltraComboEditor)

Creates an instance of the Owner associated with this control. Syntax Return Value A new Infragistics.Win.EmbeddableEditorOwnerBase instance.

DataBind Method (UltraComboEditor)

Updates the ValueListItems with the current values in the data source. After assigning or modifying the controls data source, call this method so that the items are synchronized. If the control is not bound to a data source then an InvalidOperationException will be thrown. Syntax Remarks This method has two distin...

DataMember Property (UltraComboEditor)

Gets/sets the data member of the data source from which the controls Items collection is populated. Syntax Remarks If an external ValueList has already been assigned to the ValueList property and that ValueList does not support data binding (generally not a BindableValueList), an exception will be thrown when tryi...

DataSource Property (UltraComboEditor)

Gets/sets the source of the data for binding. Syntax Remarks If an external ValueList has already been assigned to the ValueList property and that ValueList does not support data binding (generally not a BindableValueList), an exception will be thrown when trying to bind the control. In this situation, the develop...