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

MVCxFilterControlColumnCollection.Add() Method

Creates a new column and adds it to the collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxFilterControlColumn Add()

Returns

Type Description
MVCxFilterControlColumn

An MVCxFilterControlColumn object representing the newly created column.

See Also