Back to Devexpress

DxRichEdit Members

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

latest13.2 KB
Original Source

DxRichEdit Members

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

Constructors

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

Properties

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.

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.
ExportDocumentAsync(DocumentFormat, CancellationToken)Exports the document to a byte array in a specified format.
ExportDocumentAsync(Stream, DocumentFormat, CancellationToken)Exports the document to a stream in a specified format.
ExportDocumentAsync(String, DocumentFormat, CancellationToken)Exports the document to a file in a specified format.
FocusAsync(CancellationToken)Sets input focus to the Rich Text Editor.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
LoadDocumentAsync(IBrowserFile, CancellationToken)Loads a document from a file.
LoadDocumentAsync(Byte[], DocumentFormat, CancellationToken)Loads a document in the specified format from a byte array.
LoadDocumentAsync(Stream, DocumentFormat, CancellationToken)Loads a document in the specified format from a stream.
LoadDocumentAsync(Stream, CancellationToken)Loads a document from a stream.
LoadDocumentAsync(String, DocumentFormat, CancellationToken)Loads a document in the specified format from a file.
LoadDocumentAsync(String, CancellationToken)Loads a document from the file.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
NewDocumentAsync(CancellationToken)Creates and opens a new document.
PrintDocumentAsync(CancellationToken)Renders the document’s markup in a blank browser tab and invokes the browser’s Print dialog.
RedoAsync(CancellationToken)Reapplies the last action.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SaveDocumentAsync(CancellationToken)Raises the DocumentContentChanged event.
ScrollToPageAsync(Int32, CancellationToken)Scrolls the document to the specified page.
ScrollToPositionAsync(Int32, SubDocument, Int32, CancellationToken)Scrolls the document to the specified position.
ToString()Returns a string that represents the current object. Inherited from Object.
UndoAsync(CancellationToken)Cancels the last action.

Events

NameDescription
ActiveRibbonTabIndexChangedFires after the active ribbon tab is changed.
BarItemExceptionRaisedAllows you to handle exceptions that occur after a user interacts with an item in the menu bar.
BarModeChangedFires when the BarMode property value changes.
CalculateDocumentVariableFires when a DOCVARIABLE field is updated and allows you to specify the field result.
ContentInsertedOccurs after content was inserted in the Rich Text Editor’s document.
ContentRemovedOccurs after content was removed from the Rich Text Editor’s document.
CustomizeContextMenuAllows you to customize the context menu in the Rich Text Editor.
CustomizeRibbonAllows you to customize the Rich Text Editor’s ribbon.
CustomizeToolbarAllows you to customize the Rich Text Editor’s toolbar.
DocumentContentChangedAllows you to save document content changes.
DocumentContentChangingAllows you to notify users that the Rich Text Editor starts saving.
DocumentLoadedFires after a document is loaded.
GotFocusFires after the Rich Text Editor receives focus.
HorizontalRulerVisibleChangedFires when the HorizontalRulerVisible property value changes.
LostFocusFires after the Rich Text Editor loses focus.
ModifiedChangedAllows you to track unsaved document changes.
ReadOnlyChangedFires after the ReadOnly property value changes.
RibbonVisibleChangedObsolete. Fires after the ribbon visibility is changed.
SelectionChangedFires after the selection is changed.
ViewTypeChangedFires after the document view type is changed.

See Also

DxRichEdit Class

DevExpress.Blazor.RichEdit Namespace