LoaderMessagesSettingsBuilder

Methods

Loading(System.String)

The aria label text for the loader.

Parameters

value - System.String

The value that configures the loading.

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