Skip to main content

TcxGridBand.RootParentBand Property

Returns the root parent band for the current band.

Declaration

property RootParentBand: TcxGridBand read;

Property Value

Type
TcxGridBand

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