Back to Devexpress

DxHtmlEditor Properties

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

latest3.2 KB
Original Source

DxHtmlEditor Properties

A WYSIWYG text editor.

NameDescription
AllowSoftLineBreakSpecifies whether users can split content into multiple lines within one block element. The Shift+Enter key combination adds a new line.
BindMarkupModeSpecifies how the HTML Editor updates its Markup property when it is bound to a property/field.
CssClassAssigns a CSS class to the HtmlEditor component.
ExtensionsAllows you to add custom items to the editor’s toolbar.
HeightSpecifies the component height.
IdSpecifies the component’s unique identifier.
InputDelaySpecifies a delay between the last user change and the Markup property value update. Applied in HtmlEditorBindMarkupMode.OnDelayedInput mode only.
IsValidSpecifies whether the editor’s markup is valid.
MarkupSpecifies the editor markup.
MediaResizeEnabledSpecifies whether users can resize embedded media blocks (images).
NullTextSpecifies the HTML Editor’s prompt text when the value is null.
ReadOnlySpecifies whether the read-only mode is active.
ShowValidationMessageOnFocusSpecifies whether the editor hides a validation message after the editor’s focus is lost.
TableColumnMinWidthSpecifies the minimum width of table columns.
TableResizeEnabledSpecifies whether users can resize tables.
TableRowMinHeightSpecifies the minimum height of table rows.
ValidationMessageSpecifies a validation message that the editor displays on invalid user input.
ValidationMessagePositionSpecifies where the editor displays a validation message.
VisibleSpecifies whether the HTML Editor is visible.
WidthSpecifies the component width.

See Also

DxHtmlEditor Class

DxHtmlEditor Members

DevExpress.Blazor Namespace