Back to Devexpress

DocumentPreviewControl.ToggleNavigationPaneCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-d3681a52.md

latest1.4 KB
Original Source

DocumentPreviewControl.ToggleNavigationPaneCommand Property

Returns a command that toggles the visibility of the Document Preview‘s Navigation Pane.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public ICommand ToggleNavigationPaneCommand { get; }
vb
Public ReadOnly Property ToggleNavigationPaneCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace