MVCxFilterControlColumnCollection.Add(String, String) Method
In This Article
Creates and adds a column to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxFilterControlColumn Add(
string propertyName,
string displayName
)
#Parameters
Name | Type | Description |
---|---|---|
property |
String | A string value specifying the data source’s field name. |
display |
String | A string value specifying the column’s caption. |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
See Also