Skip to main content
All docs
V24.1

DxHtmlEditor Members

A WYSIWYG text editor.

Constructors

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

Properties

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 Specifies the name of the component’s CSS class. 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.

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