IListBox<TData, TValue> Methods
An interface that defines the DxListBox<TData, TValue> component’s API members (properties and methods).
Name | Description |
---|---|
Begin |
Suspends component updates caused by parameter changes and method calls until the End |
Clear |
Clears the filter applied to list box data. |
End |
Resumes component updates (when the Begin |
Get |
Returns the filter criteria applied to the grid data. |
Make |
Makes the row bound to the specified data item visible on screen. |
Make |
Makes the item visible on screen. |
Reload() |
Reloads a list editor’s data.
Inherited from IList |
Set |
Applies a filter to list box data. |
See Also