Back to Devexpress

DocumentPreviewControl.ToggleDocumentMapCommand Property

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

latest1.3 KB
Original Source

DocumentPreviewControl.ToggleDocumentMapCommand Property

Returns a command that toggles the visibility of the Document Map , which reflects the current document’s structure in a tree-like form.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public ICommand ToggleDocumentMapCommand { get; }
vb
Public ReadOnly Property ToggleDocumentMapCommand 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