Back to Devexpress

MVCxVerticalGridRowCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-16e001a9.md

latest2.4 KB
Original Source

MVCxVerticalGridRowCollection Class

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

The following members return MVCxVerticalGridRowCollection 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 VerticalGridRowCollection MVCxVerticalGridRowCollection MVCxVerticalGridRowCollection<ColumnType>

See Also

MVCxVerticalGridRowCollection Members

Vertical Grid

Rows

DevExpress.Web.Mvc Namespace