Skip to main content

VerticalGridRowStateCollection.Add(String) Method

Adds a row state object specified by the field name to the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public VerticalGridRowState Add(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The data field name identifying the VerticalGrid row whose state information should be added to the collection.

Returns

Type Description
VerticalGridRowState

A VerticalGridRowState representing the newly created row state object.

See Also