Back to Devexpress

GridViewCustomBindingDataArgsBase Class

aspnetmvc-devexpress-dot-web-dot-mvc-8a691e34.md

latest1.7 KB
Original Source

GridViewCustomBindingDataArgsBase Class

Provides base data arguments to implement custom binding method delegates.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs GridViewCustomBindingArgsBase GridViewCustomBindingDataArgsBase GridViewCustomBindingGetDataArgs

GridViewCustomBindingGetGroupingInfoArgs

GridViewCustomBindingGetSummaryValuesArgs

See Also

GridViewCustomBindingDataArgsBase Members

Grid View

DevExpress.Web.Mvc Namespace