Skip to main content

IDocumentPreviewModel.IsParametersPanelVisible Property

Specifies whether or not the Parameters panel is visible.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

bool IsParametersPanelVisible { get; set; }

#Property Value

Type Description
Boolean

true to show the Parameters panel; otherwise false.

#Remarks

The following image demonstrates the Parameters panel.

parameters-panel

See Also