Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public delegate void CardViewCustomBindingGetDataCardCountHandler(
    CardViewCustomBindingGetDataCardCountArgs e
);

Parameters

Name Type Description
e CardViewCustomBindingGetDataCardCountArgs

A CardViewCustomBindingGetDataCardCountArgs object that contains the related arguments.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also