Kendo.Mvc.UI.Fluent.PagerMessagesSettingsBuilder
Defines the fluent API for configuring the PagerMessagesSettings settings.
Methods
Display(System.String)
The pager info text. Uses kendo.format.Contains three placeholders: - {0} - the first data item index - {1} - the last data item index - {2} - the total number of data items
Parameters
value System.String
The value that configures the display.
Empty(System.String)
The text displayed when the DataSource view does no contain items.
Parameters
value System.String
The value that configures the empty.
AllPages(System.String)
The text displayed for the item that represents the allPages option when allPages is enabled.
Parameters
value System.String
The value that configures the allpages.
Page(System.String)
The label displayed before the pager input.
Parameters
value System.String
The value that configures the page.
Of(System.String)
The label displayed before the pager input. Uses kendo.format. Contains one optional placeholder {0} which represents the total number of pages.
Parameters
value System.String
The value that configures the of.
ItemsPerPage(System.String)
The label displayed after the page size DropDownList.
Parameters
value System.String
The value that configures the itemsperpage.
First(System.String)
The tooltip of the button which navigates to the first page.
Parameters
value System.String
The value that configures the first.
Previous(System.String)
The tooltip of the button which navigates to the previous page.
Parameters
value System.String
The value that configures the previous.
Next(System.String)
The tooltip of the button which navigates to the next page.
Parameters
value System.String
The value that configures the next.
Last(System.String)
The tooltip of the button which navigates to the last page.
Parameters
value System.String
The value that configures the last.
Refresh(System.String)
The tooltip of the refresh button.
Parameters
value System.String
The value that configures the refresh.