Back to Devexpress

ITextEditSettings Properties

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

latest1.9 KB
Original Source

ITextEditSettings Properties

Declares common settings for editors with support for text input.

NameDescription
ClearButtonDisplayModeSpecifies whether an editor displays the Clear button when the editor is not empty.
CssClassAssigns a CSS class to the editor. Inherited from IEditSettings.
EnabledSpecifies whether an editor is enabled. Inherited from IEditSettings.
NullTextSpecifies the editor’s prompt text when the editor’s value is null.
ReadOnlySpecifies whether a user can change an editor’s value. Inherited from IEditSettings.
ShowValidationIconSpecifies whether an editor shows validation icons.
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

ITextEditSettings Interface

ITextEditSettings Members

DevExpress.Blazor Namespace