DxListBox<TData, TValue> Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from Dx |
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 |
#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 |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the filter criteria applied to List Box data. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Make |
Makes the row bound to the specified data item visible on screen. |
Make |
Makes the item with the specified index visible on screen. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload() |
Reloads a list editor’s data.
Inherited from Dx |
Set |
Applies a filter to List Box data. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Filter |
Fires when filter criteria applied to List Box data change. |
Search |
Fires when the search text changes. |
Selected |
Fires when selection changes. |
Selected |
Fires after the selection changes. |
Value |
Allows you to respond to the List Box’s selected value changes. |
Values |
Fires after a collection of selected values changes. |
See Also