Skip to main content
Tab

VerticalGridRowCollection.Grid Property

Gets the Vertical Grid that owns the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxVerticalGrid Grid { get; }

#Property Value

Type Description
ASPxVerticalGrid

An ASPxVerticalGrid object that owns the collection.

See Also