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