Skip to main content
Tab

VerticalGridBaseTemplateContainer.Grid Property

Gets the ASPxVerticalGrid that owns the current object.

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 current object.

See Also