TcxGridBand.BandLevelIndex Property
In This Article
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