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

MVCxPivotGridFieldCollection.Add() Method

Adds a new field to the collection.

Namespace: DevExpress.Web.Mvc

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

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