Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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