Represents an item for page navigation. Typically used for the entire
Page and set as the Pager
property.
The component itself does not use any collections. For this, the CollectionView component is always used.
Inherits: UIElementBaseName | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Source | Object |
Source collection. Always a binding. If used in conjunction with a
CollectionView,
then the binding will be Source="{Bind Parent.Pager}"
|
||||||
Style | PagerStyle |
Display style. Possible values:
|
||||||
EmptyText | String | The text that will be displayed on the right side of the item if the collection is empty. If not specified, the text "no items" is displayed (based on the current localization). | ||||||
TemplateText | String |
The text to be displayed on the right side of the element. Macros are allowed in the text:
|
||||||
Base item properties |
Just a display example (non-functional)