Back to Devexpress

DxComboBoxSettings Properties

blazor-devexpress-dot-blazor-dot-dxcomboboxsettings-dot-underscore-properties.md

latest6.6 KB
Original Source

DxComboBoxSettings Properties

Contains settings of an auto-generated combo box editor.

NameDescription
ClearButtonDisplayModeSpecifies whether an editor displays the Clear button when the editor is not empty. Inherited from DxTextEditSettings.
ColumnCellDisplayTemplateSpecifies a template used to display column cells in the combo box editor.
ColumnsAllows you to add columns to the combo box editor.
CssClassAssigns a CSS class to the editor. Inherited from DxEditSettings.
DataSpecifies the object that supplies combo box data.
DisabledFieldNameSpecifies the Boolean field that defines disabled states of combo box items.
DisplayFormatSpecifies the pattern used to format unfocused editor values. Inherited from DxButtonEditSettings.
DropDownBodyCssClassAssigns a CSS class to the body of the editor’s drop-down window. Inherited from DxDropDownEditSettings.
DropDownCssClassAssigns a CSS class to the editor’s drop-down window. Inherited from DxDropDownEditSettings.
DropDownDirectionSpecifies the direction in which the drop-down window is displayed in relation to the editor’s input element. Inherited from DxDropDownEditSettings.
DropDownWidthModeSpecifies the width of the combo box editor’s drop-down list.
EditFormatSpecifies the format pattern applied to the value of the focused combo box editor.
EmptyDataAreaTemplateSpecifies the template used to display custom content in the combo box editor if there are no items to display.
EnabledSpecifies whether an editor is enabled. Inherited from DxEditSettings.
FilteringModeObsolete. This property is now obsolete. Use SearchMode and SearchFilterCondition properties instead.
GroupFieldNameSpecifies the name of a data source field whose values are used to group list items in the combo box editor.
GroupHeaderDisplayTemplateSpecifies the template used to display group headers when ComboBox items are grouped.
InputCssClassAssigns a CSS class to the editor’s input field. Inherited from DxButtonEditSettings.
ItemDisplayTemplateSpecifies a template used to display the combo box editor items.
ItemTemplateObsolete. Specifies a template used to display the combo box editor items.
ListRenderModeSpecifies whether virtual scrolling is enabled in the combo box editor.
NullTextSpecifies the editor’s prompt text when the editor’s value is null. Inherited from DxTextEditSettings.
ReadOnlySpecifies whether a user can change an editor’s value. Inherited from DxEditSettings.
SearchFilterConditionSpecifies the search and filter condition.
SearchModeSpecifies whether the component can search for text that users type in the edit box.
SearchTextParseModeSpecifies how the combo box editor treats search words.
ShowDropDownButtonSpecifies whether the editor displays the built-in button that invokes a drop-down window. Inherited from DxDropDownEditSettings.
ShowValidationIconSpecifies whether an editor shows validation icons. Inherited from DxTextEditSettings.
ShowValidationSuccessStateSpecifies 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 DxEditSettings.
TextFieldNameSpecifies the data source field that contains text for combo box items.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from DxEditSettings.
ValueFieldNameSpecifies the name of the data source field that contains combo box values.

See Also

DxComboBoxSettings Class

DxComboBoxSettings Members

DevExpress.Blazor Namespace