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

XtraReportPreviewModel.AutoShowParametersPanel Property

Specifies whether the Parameters panel is visible in the Print Preview.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public bool AutoShowParametersPanel { get; set; }

Property Value

Type Description
Boolean

true to automatically show the Parameters UI; otherwise false.

See Also