Skip to main content
A newer version of this page is available. .

DxListBox<TData, TValue> Members

A List Box component.

Constructors

Name Description
DxListBox() Initializes a new instance of the DxListBox<TData, TValue> class.

Properties

Name Description
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
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 an editor is enabled. Inherited from DxDataEditorBase<T, JSProxyType>.
Id For internal use only. Inherited from DxComponentBase.
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. Inherited from DxResizableEditorBase<T, JSProxyType>.
TextFieldName Specifies the data source field that provides text for List Box items.
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
SelectedItemsChanged Fires after the selection changes.
ValuesChanged Fires after a collection of selected values changes.
See Also