Skip to main content

DocumentPreviewPropertyProvider.ShowParametersPanel Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool ShowParametersPanel { get; set; }

Property Value

Type Description
Boolean

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

See Also