Skip to main content
All docs
V24.2

DxHtmlEditor Members

A WYSIWYG text editor.

Constructors

Name Description
DxHtmlEditor() Initializes a new instance of the DxHtmlEditor class.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
CustomizeToolbar Allows you to customize the HTML Editor’s toolbar.
MarkupChanged Fires when the editor markup changes.
See Also