GraffitiSuite Docs
Docs
Graffitipagination
Loading document parsing libraries...
# GraffitiPagination Class Inherits GraffitiWebUIControl ## About GraffitiPagination is a theme-aware pagination component. Designed to make traversing large lists of items easier for users. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Sizes | Default <br > Small <br > Large | Supported Bootstrap button sizes. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | GotFocus | (None) | (None) | (None) | | LostFocus | (None) | (None) | (None) | | MouseEnter | (None) | (None) | (None) | | MouseExit | (None) | (None) | (None) | | Open | (None) | (None) | (None) | | PageChanged | (None) | (None) | Raised when the user selects a different page by using either the arrows or the page numbers. | | Shown | (None) | (None) | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | CurrentPage | Integer | (None) | The currently selected page number. | | Size | Sizes | (None) | Controls height of the buttons. | | StyleActive | GraffitiStyle | (None) | GraffitiStyle applied to the active page button. | | StyleButtons | GraffitiStyle | (None) | GraffitiStyle applied to buttons. | | StyleDisabled | GraffitiStyle | (None) | GraffitiStyle applied to disabled buttons. | | StyleFirst | GraffitiStyle | (None) | GraffitiStyle applied to the First button. | | StyleLast | GraffitiStyle | (None) | GraffitiStyle applied to the Last button. | | StyleNext | GraffitiStyle | (None) | GraffitiStyle applied to the Next button. | | StylePrevious | GraffitiStyle | (None) | GraffitiStyle applied to the Previous button. | | TemplateFirstPage | String | (None) | Caption of the “First Page” button. | | TemplateLastPage | String | (None) | Caption of the “Last Page” button. | | TemplateNextPage | String | (None) | Caption of the “Next Page” button. | | TemplatePrevPage | String | (None) | Caption of the “Previous Page” button. | | TotalPages | Integer | (None) | Total number of pages. | | VisiblePages | Integer | (None) | Number of pages visible at a time. |