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.
RETURNS
Returns the current instance of TreeListMessagesSettingsBuilder .
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
RETURNS
Returns the current TreeListMessagesSettingsBuilder instance.
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
RETURNS
Returns the current TreeListMessagesSettingsBuilder instance.
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
RETURNS
Returns the current TreeListMessagesSettingsBuilder instance.
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
RETURNS
Returns the current TreeListMessagesSettingsBuilder instance.