VerticalGridRowStateCollection.Add(VerticalGridRowState) Method
In This Article
Adds the specified row state object to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public VerticalGridRowState Add(
VerticalGridRowState row
)
#Parameters
Name | Type | Description |
---|---|---|
row | Vertical |
A Vertical |
#Returns
Type | Description |
---|---|
Vertical |
A Vertical |
See Also