Back to Devexpress

DocumentMapCommands.ExpandCurrentNodeCommand Property

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

latest1.3 KB
Original Source

DocumentMapCommands.ExpandCurrentNodeCommand Property

Returns a command that expands the currently selected node 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 ExpandCurrentNodeCommand { get; }
vb
Public Shared ReadOnly Property ExpandCurrentNodeCommand 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