Skip to main content

ASPxPivotGrid.GetFieldCountByArea(PivotArea) Method

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

public int GetFieldCountByArea(
    PivotArea area
)

#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