ASPxPivotGrid.GetFieldCountByArea(PivotArea) Method
Returns the number of fields located in the specified area.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
area | PivotArea | A PivotArea enumeration member that specifies the pivot grid area. |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the number of fields located in the specified area. |
See Also