PivotGridField(String, PivotArea) Constructor
Initializes a new instance of the PivotGridField class with the specified field name and location.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | A string that identifies the name of the database field that will be assigned to the new PivotGridField object. |
area | PivotArea | A PivotArea value that identifies the area in which the new PivotGridField object will be positioned. |
See Also