Back to Devexpress

DxDropDownBox Properties

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

latest4.9 KB
Original Source

DxDropDownBox Properties

An editor with a drop-down window.

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the component. Inherited from DxEditorBase.
ButtonsAllows you to add command buttons to the DropDown Box editor.
ClearButtonDisplayModeSpecifies whether the editor displays the Clear button when the editor is not empty.
CssClassAssigns a CSS class to the component. Inherited from DxEditorBase.
DropDownBodyCssClassAssigns a CSS class to the drop-down body in DxDropDownBox.
DropDownBodyTemplateSpecifies a template for the drop-down window’s body.
DropDownCssClassAssigns a CSS class to the editor’s drop-down window.
DropDownDirectionSpecifies the direction in which the drop-down window is displayed relative to the editor’s input element.
DropDownFooterTemplateSpecifies a template for the drop-down window’s footer.
DropDownHeaderTemplateSpecifies a template for the drop-down window’s header.
DropDownVisibleSpecifies the current state (displayed/hidden) of a drop-down window.
DropDownWidthModeSpecifies the width of the drop-down window.
EditBoxDisplayTemplateSpecifies the template used to display edit box content.
EnabledSpecifies whether the component can respond to user interactions. Inherited from DxEditorBase.
IdSpecifies the component’s unique identifier. Inherited from DxEditorBase.
InputCssClassAssigns a CSS class to the editor’s input.
InputIdSpecifies a unique identifier (ID) of the editor’s input element.
NullTextSpecifies the prompt text displayed in the editor when its value is null.
QueryDisplayTextDefines text displayed in the editor input element.
ReadOnlySpecifies whether the read-only mode is active. Inherited from DxEditorBase.
ShowDropDownButtonSpecifies whether the editor displays the built-in button that invokes a drop-down window.
ShowValidationIconSpecifies whether the editor shows a validation icon.
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 DxEditorBase.
SizeModeSpecifies the component’s size. Inherited from DxEditorBase.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from DxEditorBase.
ValueSpecifies the editor value.
ValueExpressionSpecifies a lambda expression that identifies the Value property’s bound value when the editor is placed in the EditForm.

See Also

DxDropDownBox Class

DxDropDownBox Members

DevExpress.Blazor Namespace