DXRichEditDocumentSaveOptions Properties
Provides options to define the file name and format used when saving and loading the document.Name | Description |
---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
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. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
See Also