Kendo.Mvc.UI.Fluent.TreeListPageableMessagesSettingsBuilder
Defines the fluent API for configuring TreeListPageableMessagesSettings
Properties
Container
Gets the container of the TreeListPageableMessagesSettingsBuilder
Methods
Display(System.String)
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.
Parameters
value System.String
The value for Display
Empty(System.String)
The text that is displayed when the TreeList is empty.
Parameters
value System.String
The value for Empty
Page(System.String)
The label that is displayed before the pager input.
Parameters
value System.String
The value for Page
Of(System.String)
The label that is displayed before the pager input. Uses kendo.format. Contains one optional {0} placeholder which represents the total number of pages.
Parameters
value System.String
The value for Of
ItemsPerPage(System.String)
The label that is displayed after the drop-down list for the page size.
Parameters
value System.String
The value for ItemsPerPage
First(System.String)
The tooltip of the button which goes to the first page.
Parameters
value System.String
The value for First
Last(System.String)
The tooltip of the button which goes to the last page.
Parameters
value System.String
The value for Last
Next(System.String)
The tooltip of the button which goes to the next page.
Parameters
value System.String
The value for Next
Previous(System.String)
The tooltip of the button which goes to the previous page.
Parameters
value System.String
The value for Previous
Refresh(System.String)
The tooltip of the Refresh button.
Parameters
value System.String
The value for Refresh
MorePages(System.String)
The tooltip of the ... (ellipsis) button which appears when the number of pages is greater than the buttonCount.
Parameters
value System.String
The value for MorePages