Back to Devexpress

CardViewCustomBindingGetDataCardCountHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-56f2bdc5.md

latest1.6 KB
Original Source

CardViewCustomBindingGetDataCardCountHandler Delegate

A delegate method that enables you to return the total number of data records within your model, 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 CardViewCustomBindingGetDataCardCountHandler(
    CardViewCustomBindingGetDataCardCountArgs e
);
vb
Public Delegate Sub CardViewCustomBindingGetDataCardCountHandler(
    e As CardViewCustomBindingGetDataCardCountArgs
)

Parameters

NameTypeDescription
eCardViewCustomBindingGetDataCardCountArgs

A CardViewCustomBindingGetDataCardCountArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

Card View

DevExpress.Web.Mvc Namespace