Skip to main content

TcxTreeListSummaryItem.AbsoluteIndex Property

Returns the position of the current summary within the TreeList control’s summary collections.

Declaration

property AbsoluteIndex: Integer read; write;

Property Value

Type
Integer

Remarks

For footer summaries, the AbsoluteIndex property returns the summary’s position within the TreeList control’s Summary.FooterSummaryItems collection.

For group summaries, the AbsoluteIndex property returns the summary’s position within the TreeList control’s Summary.GroupFooterSummaryItems collection.

Note

You don’t need to manually change the AbsoluteIndex property value – it is automatically set based on the creation order of summaries.

See Also