TcxDataSummaryGroupItemLinks.Add Method
Adds a new element to the collection of grouping items.
Declaration
function Add: TcxDataSummaryGroupItemLink;
Returns
Type |
---|
TcxDataSummaryGroupItemLink |
Remarks
The Add method creates a new object of the TcxDataSummaryGroupItemLink class and adds it to the current collection of grouping items. You can use the Add method to add a grouping item to the collection, which is maintained by the Items property.
See Also