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