Skip to main content

DocumentPreviewModelBase.ToggleSearchPanelCommand Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ICommand ToggleSearchPanelCommand { 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