Skip to main content
Tab

VerticalGridRow.Grid Property

Gets the ASPxVerticalGrid that owns the current row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ASPxVerticalGrid Grid { get; }

Property Value

Type Description
ASPxVerticalGrid

An ASPxVerticalGrid object that owns the current row.

See Also