TcxGridBand.ParentBand Property
Provides access to the band that nests the current band (also called parent band).
Declaration
property ParentBand: TcxGridBand read;
Property Value
Type |
---|
TcxGridBand |
Remarks
This property returns nil if the band is a root band.
See Also