MVCxFilterControlColumnCollection<RowType>.Add<ValueType>(Expression<Func<RowType, ValueType>>) Method
In This Article
Adds the column to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxFilterControlColumn Add<ValueType>(
Expression<Func<RowType, ValueType>> expression
)
#Parameters
Name | Type | Description |
---|---|---|
expression | Expression<Func<Row |
The expression that identifies the data model field to which the column is bound. |
#Type Parameters
Name |
---|
Value |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
See Also