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

TreeListView.ExpandStateBinding Property

Gets or sets the binding that determines which nodes are expanded.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public Binding ExpandStateBinding { get; set; }

Property Value

Type Description
Binding

A Binding object specifying which nodes are expanded.

Remarks

Use this property if you want to selectively expand or collapse treelist nodes.

See Also