Back to Devexpress

DxRichEdit Properties

blazor-devexpress-dot-blazor-dot-richedit-dot-dxrichedit-dot-underscore-properties.md

latest3.9 KB
Original Source

DxRichEdit Properties

A Microsoft Word-inspired rich text editor with comprehensive text formatting options, mail merge support, and a rich collection of user options.

NameDescription
ActiveRibbonTabIndexSpecifies the active ribbon tab’s index.
AllowZoomSpecifies whether users can zoom the document.
AttributesSpecifies a collection of standard HTML attributes applied to the RichEdit.
AutoSaveTimeoutSpecifies the timeout for the auto-save feature.
BarModeSpecifies how the Rich Text Editor displays its command bar.
CheckSpellingSpecifies whether to check spelling in the Rich Text Editor.
ContextMenuEnabledSpecifies whether context menu functionality is enabled.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
DocumentAPIProvides access to the document’s common and the main sub-document‘s functionalities.
DocumentContentSpecifies an open document’s content.
DocumentCultureSpecifies the name of an open document’s culture for the spell check feature.
DocumentFormatSpecifies the format in which the DocumentContent property stores content of an open document.
DocumentNameSpecifies the name of the downloaded file.
ExtensionsAllows you to add custom items to the editor’s context menu.
HorizontalRulerVisibleSpecifies whether the horizontal ruler is visible.
HyperlinkSettingsAllows you to access hyperlink settings.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
MailMergeSettingsAllows you to access mail merge settings.
ModifiedSpecifies whether the open document has unsaved changes.
ReadOnlySpecifies whether users can edit a document.
RibbonVisibleObsolete. Specifies whether the ribbon is visible.
SelectionProvides access to the Rich Text Editor’s selection.
ViewTypeSpecifies a document view layout type.
ZoomLevelSpecifies the document’s zoom level.

See Also

DxRichEdit Class

DxRichEdit Members

DevExpress.Blazor.RichEdit Namespace