Skip to main content
A newer version of this page is available. .
Tab

VerticalGridBaseTemplateContainer.Grid Property

Gets the ASPxVerticalGrid that owns the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxVerticalGrid Grid { get; }

Property Value

Type Description
ASPxVerticalGrid

An ASPxVerticalGrid object that owns the current object.

See Also