The RadPagination type exposes the following members.
Constructors
| Name | Description |
---|
 | RadPagination | A navigation control that tracks the current position within a pageable container like WinJS.UI.FlipView. |
Methods
| Name | Description |
---|
 | next | Navigates to the next item |
 | previous | Navigates to the previous item. |
Properties
| Name | Description |
---|
 | currentIndex | Gets or sets the index of the currently selected item. |
 | element | Gets the DOM element that hosts this control. |
 | enabled | Gets or sets the enabled state of the control. |
 | initialized | Indicates whether the control is initialized. |
 | itemTemplate | Gets or sets the template used for rendering thumbnail items. Accepts any of: WinJS.BindingTemplate instance or an HTML element hosting a template; a function returning an HTML string or a DOM element; an HTML string with binding expressions defining the template. |
 | label | Gets the thumbnails list for this control. |
 | pageProvider | Gets or sets the page provider control that RadPagination will navigate. |
 | showButtons | Indicates whether the control displays previous and next buttons for navigation. |
 | showLabel | Indicates whether the control displays a label. |
 | showThumbnails | Indicates whether the control displays thumbnails for navigation. |
 | thumbnails | Gets the thumbnails list for this control. |
See Also