Back to Devexpress

GridViewCustomBindingGetGroupingInfoArgs Class

aspnetmvc-devexpress-dot-web-dot-mvc-2250c4f9.md

latest1.6 KB
Original Source

GridViewCustomBindingGetGroupingInfoArgs Class

Provides arguments to implement a method delegate of the GridViewCustomBindingGetGroupingInfoHandler type.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class GridViewCustomBindingGetGroupingInfoArgs :
    GridViewCustomBindingDataArgsBase
vb
Public Class GridViewCustomBindingGetGroupingInfoArgs
    Inherits GridViewCustomBindingDataArgsBase

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs GridViewCustomBindingArgsBase GridViewCustomBindingDataArgsBase GridViewCustomBindingGetGroupingInfoArgs

See Also

GridViewCustomBindingGetGroupingInfoArgs Members

DevExpress.Web.Mvc Namespace