Skip to main content
All docs
V24.1

IListBox<TData, TValue> Properties

An interface that defines the DxListBox<TData, TValue> component’s API members (properties and methods).
Name Description
ColumnCellDisplayTemplate Specifies a template used to display column cells in the List Box.
CssClass Specifies the name of a CSS class applied to an editor. Inherited from IListEditorBase<TData, TValue>.
CustomData Specifies an asynchronous function that loads editor data based on the specified load options. Inherited from IListEditorBase<TData, TValue>.
Data Specifies a strongly typed collection that supplies editor data. Inherited from IListEditorBase<TData, TValue>.
DataAsync Specifies an asynchronous function that returns editor data. Inherited from IListEditorBase<TData, TValue>.
EmptyDataAreaTemplate Specifies the template used to display custom content in the List Box if there is not items to display.
Enabled Specifies whether an editor can respond to user interactions. Inherited from IListEditorBase<TData, TValue>.
ItemDisplayTemplate Specifies a display template for List Box items.
ListRenderMode Specifies how an editor renders its items. Inherited from IListEditorBase<TData, TValue>.
ReadOnly Specifies whether the read-only mode is active. Inherited from IListEditorBase<TData, TValue>.
SearchText Specifies the text that the List Box uses to filter and highlight data.
SearchTextParseMode Specifies how the list box treats search words.
SelectionMode Specifies selection mode.
ShowCheckboxes Specifies whether to display item checkboxes.
SizeMode Specifies the size of editor’s inner components (items and checkboxes). Inherited from IListEditorBase<TData, TValue>.
TextFieldName Specifies the data source field that contains text for editor items. Inherited from IListEditorBase<TData, TValue>.
Value Gets or sets the selected item’s value.
ValueFieldName Specifies the data source field that populates values for the editor items. Inherited from IListEditorBase<TData, TValue>.
Values Provides access to the List Box’s selected value/item collection.
See Also