LoaderMessagesSettingsBuilder
Methods
Loading(System.String)
The aria label text for the loader.
Parameters
value - System.String
The value that configures the loading.
Example
@(Html.Kendo().Loader()
.Name("loader")
.Messages(m => m.Loading("Loading..."))
)