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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<ExportFormat> | The collection of ExportFormat enumeration values specifying the hidden export formats. |
See Also