GridViewColumnStateCollection.Add(GridViewColumnState) 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 GridViewColumnState Add(
GridViewColumnState column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also