Back to Devexpress

VerticalGridRow.Grid Property

aspnet-devexpress-dot-web-dot-verticalgridrow-9303977c.md

latest1.0 KB
Original Source

VerticalGridRow.Grid Property

Gets the ASPxVerticalGrid that owns the current row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ASPxVerticalGrid Grid { get; }
vb
Public Overridable ReadOnly Property Grid As ASPxVerticalGrid

Property Value

TypeDescription
ASPxVerticalGrid

An ASPxVerticalGrid object that owns the current row.

|

See Also

Vertical Grid

VerticalGridRow Class

VerticalGridRow Members

DevExpress.Web Namespace