Back to Devexpress

GridViewCustomBindingGetGroupingInfoHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-895c24c5.md

latest1.6 KB
Original Source

GridViewCustomBindingGetGroupingInfoHandler Delegate

A delegate method that enables you to return grouping information for group rows (the group value - key, and the number of data rows within the group - count), when implementing custom data binding of the GridView.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void GridViewCustomBindingGetGroupingInfoHandler(
    GridViewCustomBindingGetGroupingInfoArgs e
);
vb
Public Delegate Sub GridViewCustomBindingGetGroupingInfoHandler(
    e As GridViewCustomBindingGetGroupingInfoArgs
)

Parameters

NameTypeDescription
eGridViewCustomBindingGetGroupingInfoArgs

An GridViewCustomBindingGetGroupingInfoArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

DevExpress.Web.Mvc Namespace