Back to Devexpress

GridViewCustomBindingArgsBase Class

aspnetmvc-devexpress-dot-web-dot-mvc-d8428f97.md

latest2.0 KB
Original Source

GridViewCustomBindingArgsBase Class

Provides base 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 GridViewCustomBindingArgsBase :
    EventArgs
vb
Public Class GridViewCustomBindingArgsBase
    Inherits EventArgs

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs GridViewCustomBindingArgsBase GridViewCustomBindingDataArgsBase

GridViewCustomBindingGetDataRowCountArgs

GridViewCustomBindingGetRowValuesArgs

GridViewCustomBindingGetUniqueHeaderFilterValuesArgs

GridViewCustomBindingGetDataArgs

GridViewCustomBindingGetGroupingInfoArgs

GridViewCustomBindingGetSummaryValuesArgs

See Also

GridViewCustomBindingArgsBase Members

Grid View

DevExpress.Web.Mvc Namespace