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

Returns the nesting (band) level of the current band within a View.

#Declaration

Delphi
property BandLevelIndex: Integer read;

#Property Value

Type
Integer

#Remarks

Use the BandLevelIndex property to obtain the nesting (band) level of the current band (number of parent bands up to the root band). For a root band (one which has no parent band), the BandLevelIndex property returns 0.

See Also