TcxGridBands.AreNested Method
Determines whether the current collection contains nested (child) bands.
Declaration
function AreNested: Boolean;
Returns
Type |
---|
Boolean |
Remarks
The AreNested function returns False when the current collection contains only bands which have no nested (child) bands. To determine whether a particular band has child bands, use its IsBottom property.
See Also