DXRichEditDocumentSaveOptions Properties
Provides options to define the file name and format used when saving and loading the document.| Name | Description |
|---|---|
| CurrentFileName | Gets or sets the name of the file to which the document is saved/loaded. This is a dependency property. |
| CurrentFormat | Gets or sets the file format into which the document is saved or loaded. This is a dependency property. |
| DefaultFileName | Gets or sets the default file name used when saving or loading a document which has not been previously saved. This is a dependency property. |
| DefaultFormat | Gets or sets the default file format used for saving a newly created document. This is a dependency property. |
See Also