Skip to main content
A newer version of this page is available. .

DocumentViewerCommands.ToggleReportParameterPanelCommand Property

Gets or sets the command that shows or hides the Parameter panel.

Namespace: DevExpress.WinUI.DocumentViewer

Assembly: DevExpress.WinUI.DocumentViewer.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand ToggleReportParameterPanelCommand { get; protected set; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

See Also