Back to Devexpress

VerticalGridRowCollection Class

aspnet-devexpress-dot-web-1dcfd9db.md

latest2.3 KB
Original Source

VerticalGridRowCollection Class

Represents the ASPxVerticalGrid’s row collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridRowCollection :
    GridColumnCollection
vb
Public Class VerticalGridRowCollection
    Inherits GridColumnCollection

The following members return VerticalGridRowCollection objects:

Remarks

The ASPxVerticalGrid control stores its rows within the ASPxVerticalGrid.Rows collection. This collection is represented by the VerticalGridRowCollection class. Members of this class can be used to add, delete, access individual rows and perform other common collection management tasks.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase DevExpress.Web.Internal.GridColumnCollection VerticalGridRowCollection MVCxVerticalGridRowCollection<ColumnType>

MVCxVerticalGridRowCollection

See Also

VerticalGridRowCollection Members

Vertical Grid

DevExpress.Web Namespace