Skip to main content

CardViewCustomBindingDataArgsBase(CardViewModel) Constructor

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CardViewCustomBindingDataArgsBase(
    CardViewModel state
)

Parameters

Name Type Description
state CardViewModel

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

See Also