New to Kendo UI for AngularStart a free 30-day trial

Represents the custom messages component of the ScrollView.

Use this component to override default messages for the ScrollView (see example).

Definition

Package:@progress/kendo-angular-scrollview

Selector:kendo-scrollview-messages

Syntax:

html
<kendo-scrollview [data]="items" [width]="width" [height]="height">
   <kendo-scrollview-messages pagerButtonLabel="This is item number {itemIndex}">
   </kendo-scrollview-messages>
</kendo-scrollview>

Inputs

Sets the label for the buttons in the ScrollView pager. The default label pattern is 'Item {itemIndex}'. When the current item is 1, the default label is 'Item 1'.

In this article
DefinitionInputspagerButtonLabel
Not finding the help you need?
Contact Support