ListViewPageableSettingsTagHelper
Example
Razor
<pageable>
<messages />
</pageable>
ChildTags
| Tag Name | Details |
|---|---|
| messages | ListViewPageableMessagesSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| adaptive-mode | AdaptiveMode | Specifies a value whether the page sizes dropdown will be adaptive |
| button-count | Double | Defines the number of buttons displayed in the numeric pager. |
| enabled | Boolean | |
| info | Boolean | Defines if a label showing current paging information will be displayed. |
| input | Boolean | Defines if an input element which allows the user to navigate to given page will be displayed. |
| numeric | Boolean | Defines if numeric portion of the pager will be shown. |
| page-size | Double | Specifies the possible page size values. |
| page-sizes | Int32[] | Specifies the possible page size values. |
| page-sizes-enabled | Boolean | |
| previous-next | Boolean | Defines if buttons for navigating to the first, last, previous and next pages will be shown. |
| refresh | Boolean | Defines if a refresh button will be displayed. |