DxDropDownListEditorBase<TData, TValue> Methods
Defines the base API for classes that implement editors with a drop-down item list: DxComboBox<TData, TValue>, DxTagBox<TData, TValue>.
Name | Description |
---|---|
Begin |
Suspends component updates caused by parameter changes and method calls until the End |
End |
Resumes component updates (when the Begin |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Focus |
Moves focus to the editor. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Hides an editor’s drop-down window. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload() |
Reloads a list editor’s data.
Inherited from Dx |
Show |
Displays an editor’s drop-down window. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also