PivotGridField Constructors
Represents a field within the ASPxPivotGrid 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