Skip to main content

TcxTreeListBand.IndexOf(TcxTreeListBand) Method

Returns the position of a specified band within the current band’s ChildBands collection.

Declaration

function IndexOf(AChildBand: TcxTreeListBand): Integer;

Parameters

Name Type
AChildBand TcxTreeListBand

Returns

Type
Integer

Remarks

The AChildBand parameter specifies the child band.

If AChildBand is not a child band of the current band, -1 is returned.

See Also