Skip to main content
Tab

ASPxVerticalGridExporter.VerticalGrid Property

Gets the ASPxVerticalGrid control to which the ASPxVerticalGridExporter is assigned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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