MVCxVerticalGridRowCollection.Add(String, MVCxVerticalGridRowType) Method
In This Article
Adds a new row to the collection and specifies the row’s type and bound field name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxVerticalGridRow Add(
string fieldName,
MVCxVerticalGridRowType rowType
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The name of a field to which the row is bound. |
row |
MVCx |
One of the MVCx |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
See Also