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

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

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