Skip to main content
A newer version of this page is available. .

PivotGridField Constructors

A field within the PivotGridControl control.
Name Parameters Description
PivotGridField() none Initializes a new instance of the PivotGridField class with default settings.
PivotGridField(PivotGridData) data Initializes a new instance of the PivotGridField class.
PivotGridField(String, PivotArea) fieldName, area Initializes a new instance of the PivotGridField class with the specified field name and location.
See Also