Style XML

This property is used to define the style to use for paging. In the example below, the page number and Next and Previous buttons are only displayed when there are next or previous items to be displayed because PagerStyleAlwaysVisible is set to false.

Example:

<ds>

<table>

<PagerStyleAlwaysVisible>false</PagerStyleAlwaysVisible>

<PagerStyleMode>NextPrevAndNumeric</PagerStyleMode>

</table>

</ds>

Back to Top