DXRichEditDocumentSaveOptions Members
Provides options to define the file name and format used when saving and loading the document.Constructors
| Name | Description |
|---|---|
| DXRichEditDocumentSaveOptions() | Initializes a new instance of the DXRichEditDocumentSaveOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| CurrentFileNameProperty static | Identifies the DXRichEditDocumentSaveOptions.CurrentFileName dependency property. |
| CurrentFormatProperty static | Identifies the DXRichEditDocumentSaveOptions.CurrentFormat dependency property. |
| DefaultFileNameProperty static | Identifies the DXRichEditDocumentSaveOptions.DefaultFileName dependency property. |
| DefaultFormatProperty static | Identifies the DXRichEditDocumentSaveOptions.DefaultFormat dependency property. |
Properties
| 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