DxListBox<TData, TValue> Properties
A component that can connect to a data source and display a list of selectable items.
Name | Description |
---|---|
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from Dx |
Child |
|
Column |
Specifies a template used to display column cells in the List Box. |
Columns | Allows you to add columns to the List Box. |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
Custom |
Specifies an asynchronous function that loads a list editor’s data based on the specified load options.
Inherited from Dx |
Data |
Specifies a strongly typed collection that supplies data for a list editor (Combo |
Data |
Specifies an asynchronous function that returns data for a list editor (Combo |
Disabled |
Specifies the Boolean field that defines disabled states of component items.
Inherited from Dx |
Empty |
Specifies the template used to display custom content in the List Box if there is not items to display. |
Enabled |
Specifies whether the component can respond to user interactions.
Inherited from Dx |
Group |
Specifies the name of a data source field whose values are used to group list items.
Inherited from Dx |
Group |
Specifies the template used to display group headers when List Box items are grouped. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Item |
Specifies a display template for List Box items. |
Item |
Specifies a template used to display component items.
Inherited from Dx |
Key |
Specifies the key field used for data item identification when the list editor uses a business object as a value.
Inherited from Dx |
Key |
Specifies the names of data fields that contain key values. The combination of key values forms a unique identifier for a component item.
Inherited from Dx |
List |
Specifies how the list editor renders its items.
Inherited from Dx |
Read |
Specifies whether the read-only mode is active.
Inherited from Dx |
Search |
Specifies the text that the List Box uses to filter and highlight data. |
Search |
Specifies how the list box treats search words. |
Selection |
Specifies selection mode. |
Show |
Specifies whether to display item checkboxes. |
Show |
Specifies whether the List Box displays the search box. |
Show |
Specifies whether the editor indicates successful validation. When an input value is valid, the editor displays a green outline and can show a success icon.
Inherited from Dx |
Size |
Specifies the component’s size.
Inherited from Dx |
Text |
Specifies the data source field that contains text for component items.
Inherited from Dx |
Validation |
Specifies whether the editor validates user input.
Inherited from Dx |
Value | Gets or sets the selected item value. |
Value |
Specifies a lambda expression that identifies the Value property’s bound value when the List Box is in the Edit |
Value |
Specifies the data source field that populates values for component items.
Inherited from Dx |
Values | Provides access to the List Box’s selected value/item collection. |
Values |
Specifies a lambda expression that identifies the Values property’s bound values when the List Box is placed in the Edit |