Back to Devexpress

GridBaseColumnStateCollection<T> Class

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridbasecolumnstatecollection-1.md

latest2.7 KB
Original Source

GridBaseColumnStateCollection<T> Class

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

Declaration

csharp
public abstract class GridBaseColumnStateCollection<T> :
    List<T>,
    IGridColumnStateCollection
    where T : GridBaseColumnState
vb
Public MustInherit Class GridBaseColumnStateCollection(Of T As GridBaseColumnState)
    Inherits List(Of T)
    Implements IGridColumnStateCollection

Type Parameters

Name
T

Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

Implements

IList<T>

ICollection<T>

IList

ICollection

IReadOnlyList<T>

IReadOnlyCollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Object List<T> GridBaseColumnStateCollection<T> CardViewColumnStateCollection

GridViewColumnStateCollection

VerticalGridRowStateCollection

GridLookupColumnStateCollection

See Also

GridBaseColumnStateCollection<T> Members

DevExpress.Web.Mvc Namespace