PivotGridFieldCollection.AddDataSourceColumn(String, PivotArea, PivotGroupInterval) Method
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public PivotGridField AddDataSourceColumn(
string columnName,
PivotArea area,
PivotGroupInterval groupInterval
)
Parameters
Name | Type |
---|---|
columnName | String |
area | PivotArea |
groupInterval | PivotGroupInterval |
Returns
Type |
---|
PivotGridField |
See Also