ExportOptionsViewModelBase.HiddenExportFormats Property
Provides access to the collection of export formats that cannot be used to export the document.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<ExportFormat> | The collection of ExportFormat enumeration values specifying the hidden export formats. |
See Also