LoaderMessagesSettingsBuilder

Methods

Loading(System.String)

The aria label text for the loader.

Parameters

value - System.String

The value for Loading

RETURNS

Returns the current LoaderMessagesSettingsBuilder instance.

Example

Razor
 
            @(Html.Kendo().Loader()
                  .Name("loader")
                  .Messages(m => m.Loading("Loading..."))
              )
             
In this article
MethodsLoading(System.String)
Not finding the help you need?
Contact Support