Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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