CardViewCustomBindingGetDataArgs.DataCardCount Property
Gets the number of currently requested data cards to return.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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