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 that configures the display.
Empty(System.String)
The text that is displayed when the TreeList is empty.
Parameters
value - System.String
The value that configures the empty.
Page(System.String)
The label that is displayed before the pager input.
Parameters
value - System.String
The value that configures the 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 that configures the of.
ItemsPerPage(System.String)
The label that is displayed after the drop-down list for the page size.
Parameters
value - System.String
The value that configures the itemsperpage.
First(System.String)
The tooltip of the button which goes to the first page.
Parameters
value - System.String
The value that configures the first.
Last(System.String)
The tooltip of the button which goes to the last page.
Parameters
value - System.String
The value that configures the last.
Next(System.String)
The tooltip of the button which goes to the next page.
Parameters
value - System.String
The value that configures the next.
Previous(System.String)
The tooltip of the button which goes to the previous page.
Parameters
value - System.String
The value that configures the previous.
Refresh(System.String)
The tooltip of the Refresh button.
Parameters
value - System.String
The value that configures the 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 that configures the morepages.