Skip to main content
Tab

ASPxGridViewExporter.GridView Property

Gets the ASPxGridView control to which the ASPxGridViewExporter is assigned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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