Skip to main content
Tab

VerticalGridRowCollection.Grid Property

Gets the Vertical Grid that owns the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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