Skip to main content

TcxTreeListBand.ActuallyExpandable Property

Indicates whether the current band or one of its child bands displays expand buttons.

Declaration

property ActuallyExpandable: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if any of the following conditions are met:

  • The current band is expandable.

  • One of the band’s child bands is expandable.

To access the band that displays expand buttons, use the TreeList control’s Bands.ExpandableBand property.

See Also