Back to Devexpress

ASPxGridViewExporter.GridView Property

aspnet-devexpress-dot-web-dot-aspxgridviewexporter.md

latest1.4 KB
Original Source

ASPxGridViewExporter.GridView Property

Gets the ASPxGridView control to which the ASPxGridViewExporter is assigned.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ASPxGridView GridView { get; }
vb
Public Overridable ReadOnly Property GridView As ASPxGridView

Property Value

TypeDescription
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

ASPxGridViewExporter Class

ASPxGridViewExporter Members

DevExpress.Web Namespace