Back to Devexpress

CardViewCustomBindingGetSummaryValuesHandler Delegate

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

latest1.6 KB
Original Source

CardViewCustomBindingGetSummaryValuesHandler Delegate

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void CardViewCustomBindingGetSummaryValuesHandler(
    CardViewCustomBindingGetSummaryValuesArgs e
);
vb
Public Delegate Sub CardViewCustomBindingGetSummaryValuesHandler(
    e As CardViewCustomBindingGetSummaryValuesArgs
)

Parameters

NameTypeDescription
eCardViewCustomBindingGetSummaryValuesArgs

A CardViewCustomBindingGetSummaryValuesArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

DevExpress.Web.Mvc Namespace