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

VerticalGridRowStateCollection.Add(VerticalGridRowState) Method

Adds the specified row state object to the collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public VerticalGridRowState Add(
    VerticalGridRowState row
)

Parameters

Name Type Description
row VerticalGridRowState

A VerticalGridRowState object to add to the collection.

Returns

Type Description
VerticalGridRowState

A VerticalGridRowState representing the newly created row state object.

See Also