Skip to main content

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 (AItem) in the collection.

The function returns -1 if the specified summary item does not belong to the collection.

See Also