CssClass
|
Specifies the name of the CSS class applied to the editor.
|
CustomData
|
Specifies an asynchronous function that loads List Box data based on the specified load options.
|
Data
|
Specifies a strongly typed collection that supplies List Box data.
|
DataAsync
|
Specifies an asynchronous function that returns List Box data.
|
Enabled
|
Specifies whether the List Box is enabled.
|
Id
|
Specifies the component’s unique identifier.
|
ItemTemplate
|
Specifies a template used to display the ListBox’s items.
|
ListRenderMode
|
Enables or disables virtual list rendering mode.
|
ReadOnly
|
Specifies whether the read-only mode is active.
|
SelectionMode
|
Specifies how many List Box items can be selected at once.
|
ShowCheckboxes
|
Specifies whether to display node checkboxes.
|
SizeMode
|
Specifies an editor size.
|
TextFieldName
|
Specifies the data source field that contains text for List Box items.
|
Value
|
Specifies the List Box’s selected value or item.
|
ValueExpression
|
Specifies a lambda expression that identifies the Value property’s bound value when the List Box is in the EditForm.
|
ValueFieldName
|
Specifies the data source field that populates values for the List Box’s items.
|
Values
|
Provides access to the List Box’s selected value/item collection.
|
ValuesExpression
|
Specifies a lambda expression that identifies the Values property’s bound values when the List Box is placed in the EditForm.
|