ScrollViewPageableSettingsBuilder
Methods
ARIATemplate(System.String)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
value - System.String
The value that configures the ariatemplate.
ARIATemplateId(System.String)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
value - System.String
The value that configures the ariatemplate.
ARIATemplateView(System.Web.Mvc.MvcHtmlString)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the ariatemplate.
ARIATemplateHandler(System.String)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
value - System.String
The value that configures the ariatemplate.
ARIATemplate(Kendo.Mvc.UI.TemplateBuilder)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the ariatemplate.