\Kendo\UI\ScrollViewPageable
A PHP class representing the pageable setting of ScrollView.
Methods
ARIATemplate
Specifies a template is used to populate the aria-label for each pager element.
Returns
\Kendo\UI\ScrollViewPageable
Parameters
$value string
Example
<?php
$pageable = new \Kendo\UI\ScrollViewPageable();
$pageable->ARIATemplate('value');
?>