Skip to main content
A newer version of this page is available. .

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

Declaration

public delegate void CardViewCustomBindingGetDataHandler(
    CardViewCustomBindingGetDataArgs e
);

Parameters

Name Type Description
e CardViewCustomBindingGetDataArgs

A CardViewCustomBindingGetDataArgs object that contains the related arguments.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also