TcxTreeListBand.IsBottom Property
Specifies whether the current band is at the bottom of the TreeList control’s band hierarchy.
Declaration
property IsBottom: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True for a band that has no child bands. Only these bands have rows in which columns are arranged. To access a particular bottom band, use a band’s Bands.BottomItems collection.
See Also