CardViewBuilder<T>.Paging(Action<PagingBuilder>) Method
Mirrors the client-side paging object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> Paging(
Action<PagingBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<PagingBuilder> | A function that allows you to specify nested options. |
Returns
| Type | Description |
|---|---|
| CardViewBuilder<T> | A reference to this instance after the method is called. |
See Also