Back to Devexpress

VerticalGridRowStateCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-7df85014.md

latest3.0 KB
Original Source

VerticalGridRowStateCollection Class

A collection that contains information (the current state) on row objects.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class VerticalGridRowStateCollection :
    GridBaseColumnStateCollection<VerticalGridRowState>
vb
Public Class VerticalGridRowStateCollection
    Inherits GridBaseColumnStateCollection(Of VerticalGridRowState)

The following members return VerticalGridRowStateCollection objects:

Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

Implements

IList<VerticalGridRowState>

ICollection<VerticalGridRowState>

IList

ICollection

IReadOnlyList<VerticalGridRowState>

IReadOnlyCollection<VerticalGridRowState>

IEnumerable<VerticalGridRowState>

IEnumerable

Inheritance

Object List<VerticalGridRowState> GridBaseColumnStateCollection<VerticalGridRowState> VerticalGridRowStateCollection

See Also

VerticalGridRowStateCollection Members

Vertical Grid

DevExpress.Web.Mvc Namespace