CardViewCustomBindingGetDataHandler Delegate
A delegate method that enables you to populate the CardView view model with data cards requested by the CardView when implementing custom data binding of the CardView.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public delegate void CardViewCustomBindingGetDataHandler(
CardViewCustomBindingGetDataArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
e | Card |
A Card |
#Remarks
Refer to Implementation of Typed Method Delegates to learn more.