TreeListMessagesSettingsBuilder
Methods
Commands(System.Action)
Defines the text for the command buttons that are used across the widget.
Parameters
configurator - System.Action<TreeListMessagesCommandsSettingsBuilder>
The configurator for the commands setting.
Loading(System.String)
Defines the text of the Loading... message when the widget loads its root-level items.
Parameters
value - System.String
The value for Loading
NoRows(System.String)
Defines the text of No records to display message when the widget does not show any items.
Parameters
value - System.String
The value for NoRows
RequestFailed(System.String)
Defines the text of Request failed message when the widget fails to load its root-level items.
Parameters
value - System.String
The value for RequestFailed
Retry(System.String)
Defines the text of Retry message for the button which triggers the reloading of the TreeList root-level items.
Parameters
value - System.String
The value for Retry