Skip to main content

IDocumentPreviewModel.ToggleParametersPanelCommand Property

Executes the command, which shows or hides the Parameters panel.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

ICommand ToggleParametersPanelCommand { get; }

#Property Value

Type Description
ICommand

An object implementing the ICommand interface that identifies the command.

#Remarks

To learn more on using commands, refer to MSDN.

See Also