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

DocumentMapCommands.CollapseTopLevelNodesCommand Property

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

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.1.Core.dll

Declaration

public static ICommand CollapseTopLevelNodesCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

See Also