ASPxGridBeforeExportEventArgs.ExportOptions Property
Specifies the export parameters.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
See Also