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.RootParentBand Property

Returns the root parent band for the current band.

#Declaration

Delphi
property RootParentBand: TcxGridBand read;

#Property Value

Type
TcxGridBand

#Remarks

This property returns the root parent (the top-most in the parent band hierarchy) band for the current band. If the current band is a root band (has no parent band specified, i.e. its Position.BandIndexproperty is set to -1), NIL is returned.

See Also