Back to Devexpress

GridGroupSummaryItemCollection.Add Method

windowsforms-devexpress-dot-xtragrid-dot-gridgroupsummaryitemcollection-dot-add.md

latest2.2 KB
Original Source

GridGroupSummaryItemCollection.Add Method

NameParametersDescription
Add()noneCreates a new group summary item with default settings and adds it to the end of the collection.
Add(SummaryItemType, String, GridColumn, String, IFormatProvider)summaryType, fieldName, showInColumn, displayFormat, formatProviderCreates a new group summary item with the specified settings and adds it to the end of the collection.
Add(SummaryItemType, String, GridColumn, String)summaryType, fieldName, showInColumn, displayFormatCreates a new group summary item with predefined settings and adds it to the end of the collection.
Add(SummaryItemType, String, GridColumn)summaryType, fieldName, showInColumnCreates a new group summary item with predefined settings and adds it to the end of the collection.
Add(SummaryItemType, String)summaryType, fieldNameAdds a new summary item to the current summary collection and initializes its summary type and field name.
Add(GridGroupSummaryItem)summaryItemAdds the specified group summary item to the collection.