Skip to content

Commit

Permalink
Pagination: describe demo (#28468)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova authored Dec 4, 2024
1 parent 41114bf commit 69d695b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/demos/Demos/Pagination/Overview/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DevExpress Pagination UI component allows users to navigate between pages and adjust page size at runtime. The Pagination component in this demo allows users to browse employee cards.

To set up a Pagination component, specify the following options:

- [itemCount](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#itemCount): the total number of elements in the target control.
- [pageSize](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#pageSize): the number of items per page.
- [allowedPageSizes](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#allowedPageSizes) : available page size choices.
- [pageIndex](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#pageIndex): page displayed first.
- [showNavigationButtons](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#showNavigationButtons): navigation button visibility.
- [showInfo](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#showInfo): information pane visibility.

0 comments on commit 69d695b

Please sign in to comment.