A newer version of this page is available.
Switch to the current version.
VerticalGridRowCollection Class
Represents the ASPxVerticalGrid's row collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class VerticalGridRowCollection :
GridColumnCollection
Public Class VerticalGridRowCollection
Inherits GridColumnCollection
Related API Members
The following members accept/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.
Inheritance
Object
StateManagedCollectionBase
Collection
DevExpress.Web.Internal.WebColumnCollectionBase
DevExpress.Web.Internal.GridColumnCollection
VerticalGridRowCollection
See Also
Feedback