Back to Devexpress

TreeListViewCommands.ChangeNodeExpanded Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-37f0d54e.md

latest1.5 KB
Original Source

TreeListViewCommands.ChangeNodeExpanded Property

Specifies the expanded state of a node (expanded or collapsed).

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

The corresponding method: TreeListView.ChangeNodeExpanded.

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace