Back to Devexpress

DocumentMapCommands.CollapseTopLevelNodesCommand Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentmapcommands-ea224a8c.md

latest1.4 KB
Original Source

DocumentMapCommands.CollapseTopLevelNodesCommand Property

Returns a command that collapses top-level nodes of the Document Map.

Namespace : DevExpress.Xpf.DocumentViewer

Assembly : DevExpress.Xpf.DocumentViewer.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public static ICommand CollapseTopLevelNodesCommand { get; }
vb
Public Shared ReadOnly Property CollapseTopLevelNodesCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

DocumentMapCommands Class

DocumentMapCommands Members

DevExpress.Xpf.DocumentViewer Namespace