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

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.v19.2.dll

Declaration

public PivotGridField(
    string fieldName,
    PivotArea area
)

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