ASPxClientRichEdit.documentSaveFormat Property
In This Article
Specifies the format in which the editor prepares the document for saving.
#Declaration
TypeScript
get documentSaveFormat(): DocumentFormat
set documentSaveFormat(format: DocumentFormat)
#Property Value
Type | Description |
---|---|
Document |
The document format. |
See Also