CardViewExtension.BindToCustomData(CardViewModel) Method
Binds the CardView to a custom data model when you use the extension in the custom data binding mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CardViewExtension BindToCustomData(
CardViewModel viewModel
)
#Parameters
Name | Type | Description |
---|---|---|
view |
Card |
A Card |
#Returns
Type | Description |
---|---|
Card |
A Card |
#Remarks
Refer to the Custom Data Binding topic to learn more.