Back to Devexpress

MVCxGridViewColumnCollection<RowType> Class

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

latest2.1 KB
Original Source

MVCxGridViewColumnCollection<RowType> Class

Represents a collection of strongly-typed columns within the GridView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxGridViewColumnCollection<RowType> :
    MVCxGridViewColumnCollection
vb
Public Class MVCxGridViewColumnCollection(Of RowType)
    Inherits MVCxGridViewColumnCollection

Type Parameters

Name
RowType

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase DevExpress.Web.Internal.GridColumnCollection GridViewColumnCollection MVCxGridViewColumnCollection MVCxGridViewColumnCollection<RowType>

See Also

MVCxGridViewColumnCollection<RowType> Members

Grid View

Columns

DevExpress.Web.Mvc Namespace