Back to Devexpress

GridViewCustomBindingGetSummaryValuesArgs Class

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

latest1.6 KB
Original Source

GridViewCustomBindingGetSummaryValuesArgs Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs GridViewCustomBindingArgsBase GridViewCustomBindingDataArgsBase GridViewCustomBindingGetSummaryValuesArgs

See Also

GridViewCustomBindingGetSummaryValuesArgs Members

DevExpress.Web.Mvc Namespace