Skip to main content

MVCxFilterControlColumnCollection.Add() Method

In This Article

Creates a new column and adds it to the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

#Returns

Type Description
MVCxFilterControlColumn

An MVCxFilterControlColumn object representing the newly created column.

See Also