Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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