GridExportEventArgs(ExportTarget, GridExportOptions) Constructor
In This Article
Initializes a new instance of the GridExportEventArgs class with specified settings.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
#Declaration
public GridExportEventArgs(
ExportTarget exportTarget,
GridExportOptions options
)
#Parameters
Name | Type |
---|---|
export |
Export |
options | Grid |
See Also