Skip to main content

TreeListRowData.IsExpanded Property

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

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

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