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

DocumentPreviewPropertyProvider.ShowParametersPanel Property

Specifies whether to display the Parameters dock panel in Print Preview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public bool ShowParametersPanel { get; set; }

Property Value

Type Description
Boolean

true, to display the Parameters panel; otherwise, false.

See Also