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.v18.2.dll

Syntax
C# |
public delegate void GridViewGetExportDetailGridViewEventHandler(
object sender,
GridViewExportDetailRowEventArgs e
)
|
VB |
Public Delegate Sub GridViewGetExportDetailGridViewEventHandler(
ByVal sender As Object,
ByVal e As GridViewExportDetailRowEventArgs
)
|

See Also