Skip to main content

MVCxFilterControlColumnCollection.Add() Method

Creates a new column and adds it to the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxFilterControlColumn Add()

Returns

Type Description
MVCxFilterControlColumn

An MVCxFilterControlColumn object representing the newly created column.

See Also