XRPivotGridField Constructors
Represents a field within the XRPivotGrid control.| Name | Parameters | Description |
|---|---|---|
| XRPivotGridField() | none | Initializes a new instance of the XRPivotGridField class with the default settings. |
| XRPivotGridField(PivotGridData) | data | Initializes a new instance of the XRPivotGridField class. |
| XRPivotGridField(String, PivotArea) | fieldName, area | Initializes a new instance of the XRPivotGridField class with the specified field name and location. |
See Also