Skip to main content
Tab

ASPxGridBeforeExportEventArgs.ExportOptions Property

Specifies the export parameters.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ExportOptionsBase ExportOptions { get; set; }

Property Value

Type Description
ExportOptionsBase

Provides export settings.

Remarks

Use the ExportOptions property to specify export parameters for the exported grid data.

<dx:ASPxGridView ID="ASPxGridView1" runat="server" OnBeforeExport="ASPxGridView1_BeforeExport">
</dx:ASPxGridView>

Concept

Export

See Also