Skip to main content

TcxDataSummary.GroupFooterIndexOfItemLink Property

Returns the index of a specific group summary at a particular level in the collection displayed in the group footer panel.

Declaration

property GroupFooterIndexOfItemLink[Level: Integer; ItemLink: TObject]: Integer read;

Property Value

Type
Integer

Remarks

The GroupFooterIndexOfItemLink property searches a group summary calculated by the item defined by the ItemLink parameter at the required level. It gets a collection of group summaries at the level via the GroupSummaryItems property and returns the index of an individual group summary which was created for a specific ItemLink and displayed in the group footer panel. The value returned by the GroupFooterIndexOfItemLink property can be used in the GroupFooterSummaryTexts property to obtain the text of a specific group summary.

See Also