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 for ARIATemplate
ARIATemplateId(System.String)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
templateId - System.String
The ID of the template element for ARIATemplate
ARIATemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for ARIATemplate
ARIATemplateHandler(System.String)
Specifies a template is used to populate the aria-label for each pager element.
Parameters
templateHandler - System.String
The handler that returs the template for 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.