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

VerticalGridRowStateCollection.Add() Method

Adds a new row state object to the collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public VerticalGridRowState Add()

Returns

Type Description
VerticalGridRowState

A VerticalGridRowState representing the newly created row state object.

See Also