Skip to main content
All docs
V25.1
  • Tab

    ASPxGridBeforeExportEventArgs.ExportOptions Property

    Specifies the export parameters.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.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