Skip to main content

PivotGridField(String, FieldArea) Constructor

Initializes a new instance of the PivotGridField class with the specified field name and location.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotGridField(
    string fieldName,
    FieldArea area
)

#Parameters

Name Type Description
fieldName String

A String identifying the name of the database field. This value is assigned to the PivotGridField.FieldName property.

area FieldArea

A FieldArea enumeration value that defines the location for the PivotGridField object within the control. This value is assigned to the PivotGridField.Area property.

#Remarks

This constructor initializes the PivotGridField.FieldName and PivotGridField.Area properties with the specified values. All the other properties of the created PivotGridField object are set to default values.

See Also