Skip to main content

MVCxVerticalGridRowCollection.Add(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxVerticalGridRow Add(
    string fieldName
)

Parameters

Name Type Description
fieldName String

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

Returns

Type Description
MVCxVerticalGridRow

A MVCxVerticalGridRow object that is the newly added row.

See Also