Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.GetFieldCountByArea(PivotArea) Method

Returns the number of fields located in the specified area.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

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