Back to Devexpress

GridViewCustomBindingGetDataArgs Class

aspnetmvc-devexpress-dot-web-dot-mvc-2175d2c2.md

latest1.6 KB
Original Source

GridViewCustomBindingGetDataArgs Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs GridViewCustomBindingArgsBase GridViewCustomBindingDataArgsBase GridViewCustomBindingGetDataArgs

See Also

GridViewCustomBindingGetDataArgs Members

DevExpress.Web.Mvc Namespace