Skip to main content

TcxTreeListSummary Members

Represents summaries created within the TreeList control.

Constructors

Name Description
Create(TcxCustomTreeList) Initializes a new instance of the TcxTreeListSummary class with specified settings.

Properties

Name Description
FooterSummaryCount Returns the number of footer summaries created within the TreeList control.
FooterSummaryItems Provides indexed access to the TreeList control’s footer summaries.
FooterSummaryRowCount

Returns the number of rows that footer summaries occupy within the footer.

This property is intended for internal use.

FooterSummaryTexts Provides access to the display values of footer summaries.
FooterSummaryValues Provides access to the values of footer summaries.
FooterSummaryVisibleCount Returns the number of footer summaries that are visible within the TreeList control.
GroupFooterSummaryCount Returns the number of group summaries created within the TreeList control.
GroupFooterSummaryItems Provides indexed access to the TreeList control’s group summaries.
GroupFooterSummaryRowCount

Returns the maximum number of rows that group summaries occupy within group footers.

This property is intended for internal use.

GroupFooterSummaryTexts Provides access to the display values of group summaries calculated for a specified node.
GroupFooterSummaryValues Provides access to the values of group summaries calculated for a specified node.
GroupFooterSummaryVisibleCount Returns the number of group summaries that are visible within the TreeList control.
TreeList Provides access to the TreeList control for which summaries are calculated.

Methods

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Recalculate Recalculates all summaries created within the TreeList controls.
ToString Inherited from TObject.
See Also