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

ExportOptionsViewModelBase.ShowOptionsBeforeExport Property

Gets whether to show the Export Options dialog before exporting a document.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public bool ShowOptionsBeforeExport { get; }

Property Value

Type Description
Boolean

true, if the Export Options should be displayed; otherwise, false.

See Also