ASPxVerticalGridExporter.VerticalGrid Property
In This Article
Gets the ASPxVerticalGrid control to which the ASPxVerticalGridExporter is assigned.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ASPxVerticalGrid VerticalGrid { get; }
#Property Value
Type | Description |
---|---|
ASPx |
The ASPx |
#Remarks
Use the ASPxVerticalGridExporter.VerticalGridID property to specify the ASPxVerticalGrid control whose data is exported using the current ASPxVerticalGridExporter.
See Also