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

GridLookupColumnStateCollection.Add(String) Method

Adds a column state object specified by the field name to the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GridLookupColumnState Add(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The data field name identifying the grid column whose state information should be added to the collection.

Returns

Type Description
GridLookupColumnState

A GridLookupColumnState object that is the newly created column state object.

See Also