MVCxFilterControlColumnCollection.Add(String, String) Method
Creates and adds a column to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A string value specifying the data source’s field name. |
displayName | String | A string value specifying the column’s caption. |
Returns
Type | Description |
---|---|
MVCxFilterControlColumn | An MVCxFilterControlColumn object representing the newly created column. |
See Also