DxHtmlEditor Properties
A WYSIWYG text editor.| Name | Description |
|---|---|
| AdditionalItems | Allows you to add custom items to the editor’s toolbar. |
| AllowSoftLineBreak | Specifies whether users can split content into multiple lines within one block element. The Shift+Enter key combination adds a new line. |
| BindMarkupMode | Specifies how the HTML Editor updates its Markup property when it is bound to a property/field. |
| CssClass |
Assigns a CSS class to the HtmlEditor component.
|
| Height | Specifies the component height. |
| Id | Specifies the component’s unique identifier. |
| InputDelay | Specifies a delay between the last user change and the Markup property value update. Applied in HtmlEditorBindMarkupMode.OnDelayedInput mode only. |
| IsValid | Specifies whether the editor’s markup is valid. |
| Markup | Specifies the editor markup. |
| MediaResizeEnabled | Specifies whether users can resize embedded media blocks (images). |
| NullText |
Specifies the HTML Editor’s prompt text when the value is null.
|
| ReadOnly | Specifies whether the read-only mode is active. |
| ShowValidationMessageOnFocus | Specifies whether the editor hides a validation message after the editor’s focus is lost. |
| TableColumnMinWidth | Specifies the minimum width of table columns. |
| TableResizeEnabled | Specifies whether users can resize tables. |
| TableRowMinHeight | Specifies the minimum height of table rows. |
| ValidationMessage | Specifies a validation message that the editor displays on invalid user input. |
| ValidationMessagePosition | Specifies where the editor displays a validation message. |
| Visible | Specifies whether the HTML Editor is visible. |
| Width | Specifies the component width. |
See Also