Back to Devexpress

MVCxGridViewColumnCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-98274f7b.md

latest2.5 KB
Original Source

MVCxGridViewColumnCollection Class

Represents a collection of 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 :
    GridViewColumnCollection
vb
Public Class MVCxGridViewColumnCollection
    Inherits GridViewColumnCollection

The following members return MVCxGridViewColumnCollection objects:

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 Members

Grid View

Columns

DevExpress.Web.Mvc Namespace