IListBox<TData, TValue> Methods
An interface that defines the DxListBox<TData, TValue> component’s API members (properties and methods).Name | Description |
---|---|
BeginUpdate() |
Suspends list editor updates caused by parameter changes and method calls until the EndUpdate method is called.
Inherited from IListEditorBase<TData, TValue>. |
ClearFilter() | Clears the filter applied to list box data. |
EndUpdate() |
Resumes an editor updates (when the BeginUpdate method pauses updates) and re-renders the editor.
Inherited from IListEditorBase<TData, TValue>. |
GetFilterCriteria() | Returns the filter criteria applied to the grid data. |
MakeDataItemVisibleAsync(TData) | Makes the row bound to the specified data item visible on screen. |
MakeItemVisible(Int32) | Makes the item visible on screen. |
SetFilterCriteria(CriteriaOperator) | Applies a filter to list box data. |
See Also