Back to Devexpress

MVCxVerticalGridRowCollection<ColumnType> Class

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

latest2.1 KB
Original Source

MVCxVerticalGridRowCollection<ColumnType> Class

Represents a collection of strongly-typed rows within the VerticalGrid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxVerticalGridRowCollection<ColumnType> :
    MVCxVerticalGridRowCollection
vb
Public Class MVCxVerticalGridRowCollection(Of ColumnType)
    Inherits MVCxVerticalGridRowCollection

Type Parameters

Name
ColumnType

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 VerticalGridRowCollection MVCxVerticalGridRowCollection MVCxVerticalGridRowCollection<ColumnType>

See Also

MVCxVerticalGridRowCollection<ColumnType> Members

Rows

DevExpress.Web.Mvc Namespace