CardViewBuilder<T>.Paging(Action<PagingBuilder>) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> Paging(
Action<PagingBuilder> configurator
)
Parameters
Name | Type |
---|---|
configurator | Action<PagingBuilder> |
Returns
Type |
---|
CardViewBuilder<T> |
See Also