MVCxPivotGridFieldCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Adds a new field to the collection. |
Add(Action<MVCxPivotGridField>) | method | Adds a new field to the collection and allows you to customize this field in a delegate method implementation. |
Add(String, PivotArea) | fieldName, area | Adds a new field with the specified field name and location to the end of the collection. |