Back to Devexpress

IDropDownEditSettings Properties

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

latest3.3 KB
Original Source

IDropDownEditSettings Properties

Declares common editor settings for editors that contain a drop-down window.

NameDescription
ClearButtonDisplayModeSpecifies whether an editor displays the Clear button when the editor is not empty. Inherited from ITextEditSettings.
CssClassAssigns a CSS class to the editor. Inherited from IEditSettings.
DisplayFormatSpecifies the pattern used to format unfocused editor values. Inherited from IButtonEditSettings.
DropDownBodyCssClassAssigns a CSS class to the body of the editor’s drop-down window.
DropDownCssClassAssigns a CSS class to the editor’s drop-down window.
DropDownDirectionSpecifies the direction in which the drop-down window is displayed in relation to the editor’s input element.
EnabledSpecifies whether an editor is enabled. Inherited from IEditSettings.
InputCssClassAssigns a CSS class to the editor’s input field. Inherited from IButtonEditSettings.
NullTextSpecifies the editor’s prompt text when the editor’s value is null. Inherited from ITextEditSettings.
ReadOnlySpecifies whether a user can change an editor’s value. Inherited from IEditSettings.
ShowDropDownButtonSpecifies whether the editor displays the built-in button that invokes a drop-down window.
ShowValidationIconSpecifies whether an editor shows validation icons. Inherited from ITextEditSettings.
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 IEditSettings.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from IEditSettings.

See Also

IDropDownEditSettings Interface

IDropDownEditSettings Members

DevExpress.Blazor Namespace