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