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

ASPxVerticalGridExporter.VerticalGrid Property

Gets the ASPxVerticalGrid control to which the ASPxVerticalGridExporter is assigned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual ASPxVerticalGrid VerticalGrid { get; }

Property Value

Type Description
ASPxVerticalGrid

The ASPxVerticalGrid control.

Remarks

Use the ASPxVerticalGridExporter.VerticalGridID property to specify the ASPxVerticalGrid control whose data is exported using the current ASPxVerticalGridExporter.

See Also