Skip to main content
A newer version of this page is available. .
All docs
V23.1

DxComboBoxSettings Properties

Contains settings of an auto-generated combo box editor.
Name Description
ClearButtonDisplayMode Specifies whether an editor displays the Clear button when the editor is not empty. Inherited from DxTextEditSettings.
Columns Allows you to add columns to the combo box editor.
CssClass Specifies the name of a CSS class applied to the editor. Inherited from DxEditSettings.
Data Specifies the object that supplies combo box data.
DisplayFormat Specifies the pattern used to format unfocused editor values. Inherited from DxButtonEditSettings.
DropDownBodyCssClass Specifies CSS classes applied to the body of the editor’s drop-down window. Inherited from DxDropDownEditSettings.
DropDownCssClass Specifies CSS classes applied to the editor’s drop-down window. Inherited from DxDropDownEditSettings.
DropDownDirection Specifies the direction in which the drop-down window is displayed in relation to the editor’s input element. Inherited from DxDropDownEditSettings.
DropDownWidthMode Specifies the width of the combo box editor’s drop-down list.
EditFormat Specifies the format pattern applied to the value of the focused combo box editor.
Enabled Specifies whether an editor is enabled. Inherited from DxEditSettings.
FilteringMode Specifies whether and how the combo box editor filters its data.
InputCssClass Specifies CSS classes applied to the editor’s input field. Inherited from DxButtonEditSettings.
ItemTemplate Specifies the template used to display the combo box editor’s items.
ListRenderMode Specifies whether virtual scrolling is enabled in the combo box editor.
NullText Specifies the editor’s prompt text when the editor’s value is null. Inherited from DxTextEditSettings.
ReadOnly Specifies whether a user can change an editor’s value. Inherited from DxEditSettings.
ShowDropDownButton Specifies whether the editor displays the built-in button that invokes a drop-down window. Inherited from DxDropDownEditSettings.
ShowValidationIcon Specifies whether an editor shows validation icons. Inherited from DxTextEditSettings.
TextFieldName Specifies the data source field that contains text for combo box items.
ValueFieldName Specifies the name of the data source field that contains combo box values.
See Also