MVCxCardViewColumnCollection.Add(String) Method
In This Article
Adds a new column to the collection and specifies the column’s bound field name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxCardViewColumn Add(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The name of the field to which the column is bound |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
See Also