Skip to main content

DxComboBox<TData, TValue> Properties

A text box editor with an integrated multi-column dropdown list that supports item filtering and virtual scrolling.
Name Description
AllowUserInput Specifies whether users can enter custom values in the edit box of the ComboBox.
Buttons Allows you to add command buttons to the ComboBox.
ClearButtonDisplayMode Specifies whether an input editor displays the Clear button when it is not empty. Inherited from DxInputDataEditorBase<T>.
Columns Allows you to add columns to the ComboBox.
CssClass Specifies the name of the CSS class applied to the editor. Inherited from DxDataEditor<T>.
CustomData Specifies an asynchronous function that loads ComboBox data based on the specified load options.
Data Specifies a strongly typed collection that supplies ComboBox data.
DataAsync Specifies an asynchronous function that returns ComboBox data.
DisplayFormat Specifies the pattern used to format the ComboBox’s display value when the editor is not focused.
DropDownBodyCssClass Specifies the name of the CSS class applied to the drop-down body in the ComboBox.
DropDownCssClass Specifies the name of the CSS class applied to the ComboBox’s drop-down.
DropDownDirection Specifies the direction in which the drop-down window is displayed relative to the editor’s input element.
DropDownVisible Specifies the current state (displayed/hidden) of a drop-down window.
DropDownWidthMode Specifies the width of the drop-down list.
EditBoxTemplate Specifies a template used to display the ComboBox’s item in the edit box.
EditFormat Specifies the pattern used to format an editor’s value.
Enabled Specifies whether an editor is enabled. Inherited from DxDataEditor<T>.
FilteringMode Specifies how the ComboBox component’s data is filtered.
Id Specifies the component’s unique identifier. Inherited from DxInputDataEditorBase<T>.
InputCssClass Specifies CSS classes applied to the editor’s input. Inherited from DxInputDataEditorBase<T>.
InputId Specifies a unique identifier (ID) of the editor’s input element. Inherited from DxInputDataEditorBase<T>.
ItemTemplate Specifies a template used to display the ComboBox’s items.
ListRenderMode Enables or disables virtual list rendering mode.
NullText Specifies the editor’s prompt text when the editor’s value is null. Inherited from DxInputDataEditorBase<T>.
ReadOnly Specifies whether read-only mode is active. Inherited from DxDataEditor<T>.
ShowDropDownButton Specifies whether the ComboBox displays the built-in button that invokes a drop-down menu.
ShowValidationIcon Specifies whether an editor shows validation icons. Inherited from DxInputDataEditorBase<T>.
SizeMode Specifies an editor size. Inherited from DxDataEditor<T>.
Text Specifies the text displayed in the edit box of the ComboBox.
TextExpression Specifies a lambda expression that identifies the Text property’s bound value when a ComboBox is placed in the EditForm.
TextFieldName Specifies the data source field that contains text for ComboBox items.
ValidateBy Specifies which ComboBox property takes part in input validation.
Value Specifies the ComboBox’s selected value/item.
ValueExpression Specifies a lambda expression that identifies the Value property’s bound value when the ComboBox is placed in the EditForm.
ValueFieldName Specifies the data source field that populates values for the ComboBox’s items.
See Also