TcxTreeListBand.IsLastAsChild Property
Determines whether the current band is the last visible band within its parent band.
Declaration
property IsLastAsChild: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True
if any of the following conditions are met:
The current band is nested and it’s the last visible child band within its parent band.
The current band isn’t nested and it’s the last visible root band.
See Also