ListBoxMessagesSettingsBuilder
Methods
Tools(System.Action)
Defines the localization texts for tools in the ListBox. Texts are used when you configure the tooltip and accessibility support.
Parameters
configurator - System.Action<ListBoxMessagesToolsSettingsBuilder>
The action that configures the tools.
Example
@(Html.Kendo().ListBox()
.Name("listBox")
.Messages(m => m.Tools(t=>t.MoveDown("Value")))
)