MVCxGridViewColumnCollection.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.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | A field name to which the column is bound. |
| caption | String | A string value that is a column caption. |
Returns
| Type | Description |
|---|---|
| MVCxGridViewColumn | A MVCxGridViewColumn object that is the newly added column. |
See Also