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

NuGet Package: DevExpress.Wpf.Printing

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