Back to Devexpress

PivotGridGroupCollection.Add Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroupcollection-dot-add.md

latest1.1 KB
Original Source

PivotGridGroupCollection.Add Method

NameParametersDescription
Add()noneCreates a new group and appends it to the collection.
Add(PivotGridFieldBase[], String)fields, captionCreates a group with the specified caption, containing the specified fields.
Add(PivotGridFieldBase[])fieldsCreates a group and adds the specified fields to it.
Add(PivotGridGroup)fieldGroupAdds the specified group to the end of the collection.
Add(String)captionCreates and appends a new empty group with the specified caption to the collection.