Back to Devexpress

DxHtmlEditor Members

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

latest5.8 KB
Original Source

DxHtmlEditor Members

A WYSIWYG text editor.

Constructors

NameDescription
DxHtmlEditor()Initializes a new instance of the DxHtmlEditor class.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
CustomizeToolbarAllows you to customize the HTML Editor’s toolbar.
MarkupChangedFires when the Markup property value changes.

See Also

DxHtmlEditor Class

DevExpress.Blazor Namespace