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