ASPxVerticalGridExporter.VerticalGrid Property
Gets the ASPxVerticalGrid control to which the ASPxVerticalGridExporter is assigned.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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