Back to Devexpress

IMemoSettings Properties

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

latest2.7 KB
Original Source

IMemoSettings Properties

Declares memo settings.

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.
EnabledSpecifies whether an editor is enabled. Inherited from IEditSettings.
ExtensionsAllows you to add AI-powered extensions to the Memo component.
MaxRowsSpecifies the maximum number of visible text lines in the Memo.
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.
ResizeModeSpecifies how users can resize the memo.
RowsSpecifies the number of visible text lines in the Memo.
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.
TextAreaCssClassAssigns a CSS class to the memo’s text area.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from IEditSettings.

See Also

IMemoSettings Interface

IMemoSettings Members

DevExpress.Blazor Namespace