aspnetmvc-devexpress-dot-web-dot-mvc-ccaf0340.md
A collection that contains information (the current state) on column objects.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class GridViewColumnStateCollection :
GridBaseColumnStateCollection<GridViewColumnState>
Public Class GridViewColumnStateCollection
Inherits GridBaseColumnStateCollection(Of GridViewColumnState)
The following members return GridViewColumnStateCollection objects:
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
ICollection<GridViewColumnState>
IReadOnlyList<GridViewColumnState>
IReadOnlyCollection<GridViewColumnState>
IEnumerable<GridViewColumnState>
Object List<GridViewColumnState> GridBaseColumnStateCollection<GridViewColumnState> GridViewColumnStateCollection GridLookupColumnStateCollection
See Also