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

PivotGridFieldCollection.AddDataSourceColumn(String, PivotArea) Method

Creates a field from the specified data source column and add it to the end of the collection.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridField AddDataSourceColumn(
    string columnName,
    PivotArea area
)

Parameters

Name Type Description
columnName String

A string that is a name of the data source column.

area PivotArea

A PivotArea value that specifies the header area.

Returns

Type Description
PivotGridField

A PivotGridField object that is the created field.

Remarks

For Optimized data engine mode, the method creates the DataSourceColumnBinding data binding for a new field instead of specifying the FieldName property.

See Also