Skip to main content

MVCxPivotGridFieldCollection.Add() Method

Adds a new field to the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxPivotGridField Add()

#Returns

Type Description
MVCxPivotGridField

An MVCxPivotGridField object added to the collection.

#Remarks

This method creates a new MVCxPivotGridField object, initializes it with default settings and adds it to the collection.

See Also