TcxDataSummaryItems.Add Method
Creates a summary item with the default settings and adds it to the collection.
Declaration
function Add: TcxDataSummaryItem; overload;
Returns
Type | Description |
---|---|
TcxDataSummaryItem | The created summary item. |
Remarks
Call the Add
function to create a summary item with the default settings. You can use the Items property to access all summary items in the collection.
See Also