Skip to main content
A newer version of this page is available. .

MVCxCardViewColumnCollection.Add(String) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxCardViewColumn Add(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The name of the field to which the column is bound

Returns

Type Description
MVCxCardViewColumn

An MVCxCardViewColumn object that is the newly added column.

See Also