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

TreeListRowData.IsExpanded Property

Gets whether the treelist row is expanded. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public bool IsExpanded { get; }

Property Value

Type Description
Boolean

true, if the treelist row is expanded; otherwise, false.

Remarks

To learn more, see Expanding and Collapsing Nodes .

See Also