Skip to main content
A newer version of this page is available. .

DxRichEdit Methods

A Rich Text Editor component.
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.
ExportDocumentAsync(DocumentFormat) Exports the document to a byte array in a specified format.
ExportDocumentAsync(Stream, DocumentFormat) Exports the document to a stream in a specified format.
ExportDocumentAsync(String, DocumentFormat) Exports the document to a file in a specified format.
FocusAsync() 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) Loads a document from a file.
LoadDocumentAsync(Byte[], DocumentFormat) Loads a document in the specified format from a byte array.
LoadDocumentAsync(Stream, DocumentFormat) Loads a document in the specified format from a stream.
LoadDocumentAsync(Stream) Loads a document from a stream.
LoadDocumentAsync(String, DocumentFormat) Loads a document in the specified format from a file.
LoadDocumentAsync(String) Loads a document from the file.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NewDocumentAsync() Creates and opens a new document.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SaveDocumentAsync() Raises the DocumentContentChanged event.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also