Kendo.Mvc.UI.Fluent.LoaderBuilder
Defines the fluent API for configuring the Kendo Loader for ASP.NET MVC.
Methods
Messages(System.Action<Kendo.Mvc.UI.Fluent.LoaderMessagesSettingsBuilder>)
Allows localization of the strings that are used in the widget.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.LoaderMessagesSettingsBuilder>
The action that configures the messages.
Visible(System.Boolean)
If set to false the loader will not be displayed.
Parameters
value System.Boolean
The value that configures the visible.
Size(Kendo.Mvc.UI.LoaderSize)
Defines the size of the loader
Parameters
value Kendo.Mvc.UI.LoaderSize
The value that configures the size.
ThemeColor(Kendo.Mvc.UI.LoaderThemeColor)
Defines the theme color of the loader
Parameters
value Kendo.Mvc.UI.LoaderThemeColor
The value that configures the themecolor.
Type(Kendo.Mvc.UI.LoaderType)
Defines the type of the loader
Parameters
value Kendo.Mvc.UI.LoaderType
The value that configures the type.