TcxDataSummaryItems.IndexOf(TcxDataSummaryItem) Method
Returns the specified summary item’s index in the collection.
Declaration
function IndexOf(AItem: TcxDataSummaryItem): Integer;
Parameters
| Name | Type | Description |
|---|---|---|
| AItem | TcxDataSummaryItem | The target summary item. |
Returns
| Type | Description |
|---|---|
| Integer | The index of the specified summary item ( The function returns |
See Also