Kendo.Mvc.UI.TreeListPageableMessagesSettings
Kendo UI TreeListPageableMessagesSettings class
Properties
Display
The text with the pager information. Uses kendo.format.Contains the following placeholders: - {0} - The first data item index. - {1} - The last data item index. - {2} - The total number of data items.
Empty
The text that is displayed when the TreeList is empty.
Page
The label that is displayed before the pager input.
Of
The label that is displayed before the pager input. Uses kendo.format. Contains one optional {0} placeholder which represents the total number of pages.
ItemsPerPage
The label that is displayed after the drop-down list for the page size.
First
The tooltip of the button which goes to the first page.
Last
The tooltip of the button which goes to the last page.
Next
The tooltip of the button which goes to the next page.
Previous
The tooltip of the button which goes to the previous page.
Refresh
The tooltip of the Refresh button.
MorePages
The tooltip of the ... (ellipsis) button which appears when the number of pages is greater than the buttonCount.
Methods
Serialize
Serializes the current instance to a Dictionary.
SerializeSettings
Serialize current instance to Dictionary