TcxTreeListSummaryItems.Add Method
Adds a new summary to the end of the collection, and returns a reference to this summary.
Declaration
function Add: TcxTreeListSummaryItem;
Returns
Type |
---|
TcxTreeListSummaryItem |
Remarks
Use the Insert, Delete, and Clear methods to manage summaries within the collection. To access individual summaries within the collection, use the Items property or the GetItemByKind function.
See Also