DocumentSaveOptions.CurrentFormat Property
Gets or sets the file format into which the document is saved or from which it is loaded.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DocumentFormat | A DocumentFormat member representing the current file format. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CurrentFormat |
---|---|
RichEditControlOptionsBase |
|
See Also