Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBand.IsLastAsChild Property

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