Skip to main content

TreeListNode.ExpandStateBinding Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.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