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

Razor
 
            @(Html.Kendo().ListBox()
                .Name("listBox")
                .Messages(m => m.Tools(t=>t.MoveDown("Value")))
            )
             
In this article
MethodsTools(System.Action)
Not finding the help you need?
Contact Support