Skip to main content

TcxTreeListBand.IsRoot Property

Identifies if the band is at the root level.

Declaration

property IsRoot: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the band is not nested (that is, has no parent bands); otherwise – False. Use the Bands.RootItems and Bands.VisibleRootItems properties to access the bands at the root level.

See Also