Skip to main content

CardViewCustomBindingGetDataArgs(CardViewModel, Int32, Int32) Constructor

Initializes a new instance of the CardViewCustomBindingGetDataArgs class with the specified settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CardViewCustomBindingGetDataArgs(
    CardViewModel state,
    int startDataCardIndex,
    int count
)

Parameters

Name Type Description
state CardViewModel

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

startDataCardIndex Int32

An integer specifying the index of the starting data card.

count Int32

An integer specifying the total count of data cards to be returned.

See Also