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

CardViewCustomBindingGetDataArgs.DataCardCount Property

Gets the number of currently requested data cards to return.

Namespace: DevExpress.Web.Mvc

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

Declaration

public int DataCardCount { get; protected set; }

Property Value

Type Description
Int32

An integer value specifying the number of currently requested data cards to return.

Remarks

Use the DataCardCount property to obtain the number of currently requested data cards to return. Obtain the specified number of data cards from your model and return the resulting list of cards to the CardViewCustomBindingDataArgsBase.Data property.

Refer to Implementation of Typed Method Delegates to learn more.

See Also