Back to Devexpress

GridColumnSummaryItemCollection.Add Method

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

latest1.7 KB
Original Source

GridColumnSummaryItemCollection.Add Method

NameParametersDescription
Add()noneAdds a new empty item to the collection.
Add(SummaryItemType, String, String, IFormatProvider)summaryType, fieldName, displayFormat, formatProviderAdds a new summary item to the current summary collection and initializes its summary type, field name, display format and format provider.
Add(SummaryItemType, String, String)summaryType, fieldName, displayFormatAdds a new summary item to the current summary collection and initializes its summary type, field name and display format.
Add(SummaryItemType, String)summaryType, fieldNameAdds a new summary item to the current summary collection and initializes its summary type and field name.
Add(SummaryItemType)summaryTypeAdds a new summary item to the current summary collection and initializes its summary type.
Add(GridColumnSummaryItem)summaryItemAdds the specified summary item to the collection.