GridLookupColumnStateCollection Class
In This Article
A collection that contains information (the current state) on column objects of the GridLookup.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class GridLookupColumnStateCollection :
GridViewColumnStateCollection
#Related API Members
The following members return GridLookupColumnStateCollection objects:
#Implements
#Inheritance
Object
List<GridViewColumnState>
GridBaseColumnStateCollection<GridViewColumnState>
GridViewColumnStateCollection
GridLookupColumnStateCollection
See Also