TcxGridBand.IsLastAsChild Property
In This Article
Indicates whether the current band is the last (rightmost) band within the current band hierarchy level.
#Declaration
Delphi
property IsLastAsChild: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use the IsLastAsChild property to determine whether the current band is the right-most band within the current band hierarchy level (a parent band or a View for the root band). Unlike the IsLast property, this property indicates the band’s position for any band, not only the bottom one.
See Also
TcxGridBand.IsLastAsChild
TcxGridBand.IsLastAsChild