Skip to main content

CardViewColumnStateCollection.Item[String] Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CardViewColumnState this[string fieldName] { get; }

Parameters

Name Type Description
fieldName String

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

Property Value

Type Description
CardViewColumnState

A CardViewColumnState object the represents the state information of the column specified by the associated data field name.

Remarks

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

See Also