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

CardViewCustomBindingArgsBase(CardViewModel) Constructor

Initializes a new instance of the CardViewCustomBindingArgsBase class with the specified CardView model object.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public CardViewCustomBindingArgsBase(
    CardViewModel state
)

Parameters

Name Type Description
state CardViewModel

A CardViewModel object that represents the current state of the CardView view model.

See Also