Back to Devexpress

DXRichEditDocumentSaveOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditdocumentsaveoptions-dot-underscore-properties.md

latest3.1 KB
Original Source

DXRichEditDocumentSaveOptions Properties

Provides options to define the file name and format used when saving and loading the document.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CurrentFileNameGets or sets the name of the file to which the document is saved/loaded. This is a dependency property.
CurrentFormatGets or sets the file format into which the document is saved or loaded. This is a dependency property.
DefaultFileNameGets or sets the default file name used when saving or loading a document which has not been previously saved. This is a dependency property.
DefaultFormatGets or sets the default file format used for saving a newly created document. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.

See Also

DXRichEditDocumentSaveOptions Class

DXRichEditDocumentSaveOptions Members

DevExpress.Xpf.RichEdit Namespace