MVCxCardViewLayoutItemCollection.Add(String) Method
In This Article
Creates a new item assigned to the specified column name and adds it to the MVCxCardViewLayoutItemCollection collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxCardViewColumnLayoutItem Add(
string columnName
)
#Parameters
Name | Type | Description |
---|---|---|
column |
String | A String value that identifies a column assigned to the current item. The specified string can be either: a column name, field name, or caption. |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
See Also