DXRichEditDocumentSaveOptions Properties
Provides options to define the file name and format used when saving and loading the document.
Name | Description |
---|---|
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Current |
Gets or sets the name of the file to which the document is saved/loaded. This is a dependency property. |
Current |
Gets or sets the file format into which the document is saved or loaded. This is a dependency property. |
Default |
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. |
Default |
Gets or sets the default file format used for saving a newly created document. This is a dependency property. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
See Also