ASPxClientRichEdit.documentFormat Property
In This Article
Specifies the format in which the editor prepares the document for saving or export.
#Declaration
TypeScript
get documentFormat(): DocumentFormat
set documentFormat(format: DocumentFormat)
#Property Value
Type | Description |
---|---|
Document |
The document format. |
#Remarks
The ASPxRichEdit control assigns the document format of an opened document to the documentFormat property.
See Also