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

MVCxVerticalGridRowCollection.Add(String, MVCxVerticalGridRowType) Method

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.v18.2.dll

Declaration

public MVCxVerticalGridRow Add(
    string fieldName,
    MVCxVerticalGridRowType rowType
)

Parameters

Name Type Description
fieldName String

The name of a field to which the row is bound.

rowType MVCxVerticalGridRowType

One of the MVCxVerticalGridRowType enumeration values that is a row type.

Returns

Type Description
MVCxVerticalGridRow

A MVCxVerticalGridRow object that is the newly added row.

See Also