SmartPager.PagerDataItem overview
| A collection of SmartPager.PagerDataItem.PageNumber objects, which represent all available pages. The collection is of size PageCount | |
| The current page. The first page is 1. | |
| The currently selected page. This is its zero-based index. | |
| The currently selected page in the group of visible page numbers. | |
| Indicates if the "First Page" button should be active/visible. | |
| Indicates if the "Last Page" button should be active/visible. | |
| Indicates if the "Next Page" button should be active/visible. | |
| Indicates if the "Next Page Group" button should be active/visible. This button changes the page to be the first page in the next page group. | |
| Indicates if the "Previous Page" button should be active/visible. | |
| Indicates if the "Previous Page Group" button should be active/visible. This button changes the page to be the last page in the previous page group. | |
| The number of available pages. | |
| Specifies how many page numbers are visible at once. CurrentPageInGroupIndex specifies the index of the currently selected page number in this array of visible page numbers. | |
| A collection of SmartPager.PagerDataItem.PageNumber objects, which represent the pages in the current page group. The collection is of size VisiblePageNumbers |
SmartPager.PagerDataItem Class | Adillis.SmartDBForms Namespace