Name | Type | Default | Description |
AutoEllipsis | PagerAutoEllipsis | PagerAutoEllipsis.None | Handles pager's elipsis. Ellipsis buttons are displayed as indicators and additional help to navigate between pages. |
Disabled | bool | false | Enables or disables the pager. |
Locale | string | "en" | Sets or gets the language. Used in conjunction with the property messages. |
Messages | object | N/A | Sets or gets an object specifying strings used in the widget that can be localized. Used in conjunction with the property locale. |
NavigationButtonsPosition | LayoutPosition | LayoutPosition.Near | Handles the position of the navigation buttons. |
PageIndex | int | 0 | Gets/sets current page index. |
PageIndexSelectors | int | 0 | Defines the number of page index selectors. |
PageSize | int | 10 | Gets/sets total number of items displayed on page. |
PageSizeSelectorDataSource | int[] | new int[]{} | Defines the data source of the element's page size selector drop down. |
PagesCount | int | 100 | The number of pages in the element. |
Readonly | bool | false | If the element is readonly, users cannot interact with it. |
RightToLeft | bool | false | Sets or gets the value indicating whether the element is aligned to support locales using right-to-left fonts. |
ShowFirstLastNavigationButtons | bool | false | Controlls displaying of the 'first' and 'last' navigation buttons. |
ShowNavigationButtonLabels | bool | false | Displays text content in navigation buttons instead default icons. |
ShowNavigationInput | bool | false | Determines whether the navigation input is displayed. |
ShowPageIndexSelectors | bool | false | Determines whether the page index selectors are displayed. |
ShowPageSizeSelector | bool | false | Determines whether the page size selector is displayed. |
ShowPrevNextNavigationButtons | bool | false | Controlls displaying of the 'previous' and 'next' navigation buttons. |
ShowSummary | bool | false | Determines whether the page summary is displayed. |
Theme | string | "" | Determines the theme. Theme defines the look of the element |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |
TotalRecords | int | N/A | Gets/sets total number of records whose pagination the Pager controls. Useful when the Pager is part of a more complex element or application. |