Back to Devexpress

TreeListNode.ExpandStateBinding Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistnode-5c0da79e.md

latest1.2 KB
Original Source

TreeListNode.ExpandStateBinding Property

Gets or sets the binding that determines whether the node is expanded.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public virtual Binding ExpandStateBinding { get; set; }
vb
Public Overridable Property ExpandStateBinding As Binding

Property Value

TypeDescription
Binding

A Binding object specifying whether the node is expanded.

|

See Also

ExpandStateBinding

TreeListNode Class

TreeListNode Members

DevExpress.Xpf.Grid Namespace