Skip to main content

TreeListView.ExpandStateBinding Property

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

Namespace: DevExpress.Xpf.Grid

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

#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