TcxTreeListBands.VisibleIndexOf(TcxTreeListBand) Method
Returns the position of a specified band within the VisibleItems collection.
Declaration
function VisibleIndexOf(ABand: TcxTreeListBand): Integer;
Parameters
| Name | Type |
|---|---|
| ABand | TcxTreeListBand |
Returns
| Type |
|---|
| Integer |
Remarks
The band is passed as the ABand parameter.
See Also