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

VerticalGridRowStateCollection.Item[String] Property

Returns an individual row state object in the collection, specifying its associated data field name.

Namespace: DevExpress.Web.Mvc

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

Declaration

public VerticalGridRowState this[string fieldName] { get; }

Parameters

Name Type Description
fieldName String

A String value that specifies the name of the row’s associated data field.

Property Value

Type Description
VerticalGridRowState

A VerticalGridRowState object the represents the state information of the row specified by the associated data field name.

Remarks

The Item property allows you to obtain a row state object by specifying the row’s field name.

See Also