Skip to main content

TreeListNode.IsExpanded Property

Gets or sets whether or not the node is expanded.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public virtual bool IsExpanded { get; set; }

#Property Value

Type Description
Boolean

true to expand the node; otherwise, false.

#Remarks

To learn more, see Expanding and Collapsing Nodes .

See Also