Back to Devexpress

GridViewGetExportDetailGridViewEventHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-356eeb71.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void GridViewGetExportDetailGridViewEventHandler(
    object sender,
    GridViewExportDetailRowEventArgs e
);
vb
Public Delegate Sub GridViewGetExportDetailGridViewEventHandler(
    sender As Object,
    e As GridViewExportDetailRowEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | GridViewExportDetailRowEventArgs |

A GridViewExportDetailRowEventArgs object that contains the required data.

|

See Also

Built-in Export

DevExpress.Web.Mvc Namespace