Back to Devexpress

VerticalGridCustomBindingGetSummaryValuesHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-3eefa0f8.md

latest1.7 KB
Original Source

VerticalGridCustomBindingGetSummaryValuesHandler Delegate

A delegate method that enables you to calculate and return values of summaries required within the grid when implementing custom data binding of the VerticalGrid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void VerticalGridCustomBindingGetSummaryValuesHandler(
    VerticalGridCustomBindingGetSummaryValuesArgs e
);
vb
Public Delegate Sub VerticalGridCustomBindingGetSummaryValuesHandler(
    e As VerticalGridCustomBindingGetSummaryValuesArgs
)

Parameters

NameTypeDescription
eVerticalGridCustomBindingGetSummaryValuesArgs

A VerticalGridCustomBindingGetSummaryValuesArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

Vertical Grid

DevExpress.Web.Mvc Namespace