TcxGridBand.RootParentBand Property
In This Article
Returns the root parent band for the current band.
#Declaration
Delphi
property RootParentBand: TcxGridBand read;
#Property Value
Type |
---|
Tcx |
#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