Back to Devexpress

CardViewCustomBindingGetDataHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-3c3afc86.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void CardViewCustomBindingGetDataHandler(
    CardViewCustomBindingGetDataArgs e
);
vb
Public Delegate Sub CardViewCustomBindingGetDataHandler(
    e As CardViewCustomBindingGetDataArgs
)

Parameters

NameTypeDescription
eCardViewCustomBindingGetDataArgs

A CardViewCustomBindingGetDataArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

DevExpress.Web.Mvc Namespace