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

TreeListNode.IsExpanded Property

Gets or sets whether the treelist row is expanded.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public override bool IsExpanded { get; set; }

Property Value

Type Description
Boolean

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

Remarks

See Also