Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewExporter.GridView Property

Gets the ASPxGridView control to which the ASPxGridViewExporter is assigned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ASPxGridView GridView { get; }

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