ASPxPivotGrid.GetFieldCountByArea(PivotArea) Method
In This Article
Returns the number of fields located in the specified area.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
area | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the number of fields located in the specified area. |
See Also