Skip to main content

MVCxCardViewColumnCollection.Add(String, String) Method

Adds a new column to the collection and specifies the column’s caption 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,
    string caption
)

Parameters

Name Type Description
fieldName String

The name of the field to which the column is bound

caption String

A string value that is the column caption.

Returns

Type Description
MVCxCardViewColumn

An MVCxCardViewColumn object that is the newly added column.

See Also