DxHtmlEditor Properties
A WYSIWYG text editor.Name | Description |
---|---|
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 | Assign a CSS class to the component. Inherited from DxComponentBase. |
Height | Specifies the component height. |
Id | Specifies the component’s unique identifier. Inherited from DxComponentBase. |
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. |
MarkupType | Specifies the markup language in which the HTML Editor stores its 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