IDropDownListEditorBase<TData, TValue> Methods
An interface that defines the DxDropDownListEditorBase<TData, TValue> class’s API members (properties and methods).
Name | Description |
---|---|
Begin |
Suspends component updates caused by parameter changes and method calls until the End |
End |
Resumes component updates (when the Begin |
Hide |
Hides an editor’s drop-down window. |
Reload() |
Reloads a list editor’s data.
Inherited from IList |
Show |
Displays an editor’s drop-down window. |
See Also