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

TreeListNode.ExpandStateBinding Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public virtual Binding ExpandStateBinding { get; set; }

Property Value

Type Description
Binding

A Binding object specifying whether the node is expanded.

See Also