GridLookupColumnStateCollection.Add(GridLookupColumnState) Method
In This Article
Adds the specified column state object to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridLookupColumnState Add(
GridLookupColumnState column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also