Skip to main content

DocumentPreviewControl.AutoShowParametersPanel Property

Specifies whether the Parameters panel is automatically shown if a displayed report contains report parameters. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool AutoShowParametersPanel { get; set; }

Property Value

Type Description
Boolean

true to automatically show the Parameters panel; otherwise false.

See Also