ASPxGridViewExporter.GridView Property
Gets the ASPxGridView control to which the ASPxGridViewExporter is assigned.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ASPxGridView | The ASPxGridView control. |
Remarks
Use the ASPxGridViewExporter.GridViewID property to specify the ASPxGridView control whose data is exported via the current ASPxGridViewExporter.
See Also