CustomMessagesComponent
Component
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
pagerButtonLabel
string
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'.