GridViewGetExportDetailGridViewEventHandler Delegate
A delegate method that enables you to populate the collection of detail grids that correspond to individual records within the master GridView.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public delegate void GridViewGetExportDetailGridViewEventHandler(
object sender,
GridViewExportDetailRowEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | GridViewExportDetailRowEventArgs | A GridViewExportDetailRowEventArgs object that contains the required data. |
See Also