GridBaseColumnStateCollection<T> Class
A collection that contains information (the current state) on column objects.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public abstract class GridBaseColumnStateCollection<T> :
List<T>,
IGridColumnStateCollection
where T : GridBaseColumnState
Type Parameters
Name |
---|
T |
Remarks
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
See Also