Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IEnumerable<ExportFormat> HiddenExportFormats { get; set; }

Property Value

Type Description
IEnumerable<ExportFormat>

The collection of ExportFormat enumeration values specifying the hidden export formats.

See Also