Skip to main content

MVCxCardViewColumnCollection.Add(String, MVCxCardViewColumnType) Method

Adds a new column to the collection and specifies the column’s type and bound field name.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxCardViewColumn Add(
    string fieldName,
    MVCxCardViewColumnType columnType
)

Parameters

Name Type Description
fieldName String

The name of the field to which the column is bound

columnType MVCxCardViewColumnType

One of the MVCxCardViewColumnType enumeration values that is a column type.

Returns

Type Description
MVCxCardViewColumn

An MVCxCardViewColumn object that is the newly added column.

See Also