MVCxCardViewColumnCollection.Add(String, String, MVCxCardViewColumnType) Method
In This Article
Adds a new column to the collection and specifies the column’s caption, type and 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,
string caption,
MVCxCardViewColumnType columnType
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The name of the field to which the column is bound |
caption | String | A string value that is the column caption. |
column |
MVCx |
One of the MVCx |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
See Also