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

RETURNS

Returns the current ScrollViewPageableSettingsBuilder instance.

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

RETURNS

Returns the current ScrollViewPageableSettingsBuilder instance.

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

RETURNS

Returns the current ScrollViewPageableSettingsBuilder instance.

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

RETURNS

Returns the current ScrollViewPageableSettingsBuilder instance.

ARIATemplate(Kendo.Mvc.UI.Fluent.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.

RETURNS

Returns the current ScrollViewPageableSettingsBuilder instance.