Back to Devexpress

GridLookupColumnStateCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-8906decb.md

latest2.7 KB
Original Source

GridLookupColumnStateCollection Class

A collection that contains information (the current state) on column objects of the GridLookup.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class GridLookupColumnStateCollection :
    GridViewColumnStateCollection
vb
Public Class GridLookupColumnStateCollection
    Inherits GridViewColumnStateCollection

The following members return GridLookupColumnStateCollection objects:

Implements

IList<GridViewColumnState>

ICollection<GridViewColumnState>

IList

ICollection

IReadOnlyList<GridViewColumnState>

IReadOnlyCollection<GridViewColumnState>

IEnumerable<GridViewColumnState>

IEnumerable

Inheritance

Object List<GridViewColumnState> GridBaseColumnStateCollection<GridViewColumnState> GridViewColumnStateCollection GridLookupColumnStateCollection

See Also

GridLookupColumnStateCollection Members

DevExpress.Web.Mvc Namespace