Back to Devexpress

DocumentPreviewControl.AutoShowParametersPanel Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-47a761cb.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool AutoShowParametersPanel { get; set; }
vb
Public Property AutoShowParametersPanel As Boolean

Property Value

TypeDescription
Boolean

true to automatically show the Parameters panel; otherwise, false.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace