VerticalGridRowStateCollection.Item[String] Property
In This Article
Returns an individual row state object in the collection, specifying its associated data field name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public VerticalGridRowState this[string fieldName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that specifies the name of the row’s associated data field. |
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
The Item property allows you to obtain a row state object by specifying the row’s field name.
See Also