Skip to main content

TcxTreeListSummaryItems Members

Represents a collection of column summaries.

Constructors

Name Description
Create(TcxTreeListColumnSummary,TcxTreeListSummaryItemClass) Initializes a new instance of the TcxTreeListSummaryItems class with specified settings.
Create(TCollectionItemClass) Inherited from TCollection.

Properties

Name Description
Capacity Inherited from TCollection.
Column Provides access to the column that displays summaries stored within the current collection.
Count Inherited from TCollection.
ItemClass Inherited from TCollection.
Items Provides indexed access to summaries stored within the current collection.
Summary Provides access to a column’s footer and group summaries, which the current summary collection corresponds to.
UpdateCount Inherited from TCollection.
VisibleCount Returns the number of collection summaries that are currently visible within the TreeList control.

Methods

Name Description
Add Adds a new summary to the end of the collection, and returns a reference to this summary.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Inherited from TCollection.
Clear Inherited from TCollection.
ClearAndResetID Inherited from TCollection.
Delete(Integer) Inherited from TCollection.
EndUpdate Inherited from TCollection.
Equals(TObject) Inherited from TObject.
FindItemID(Integer) Inherited from TCollection.
GetHashCode Inherited from TObject.
GetItemByKind(TcxSummaryKind) Returns a summary of a specified summary type.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Insert(Integer) Inherited from TCollection.
Owner Inherited from TCollection.
Sort(IComparer<TCollectionItem>) Inherited from TCollection.
ToString Inherited from TObject.
See Also