PivotGridFieldCollection.AddDataSourceColumn(String, PivotArea, PivotGroupInterval) Method
In This Article
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridField AddDataSourceColumn(
string columnName,
PivotArea area,
PivotGroupInterval groupInterval
)
#Parameters
Name | Type |
---|---|
column |
String |
area | Pivot |
group |
Pivot |
#Returns
Type |
---|
Pivot |
See Also