aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-fd037ed0.md
A LoadIndicator control.
Namespace : DevExtreme.AspNet.Mvc.Builders
Assembly : DevExtreme.AspNet.Core.dll
public class LoadIndicatorBuilder :
WidgetBuilder
The following members return LoadIndicatorBuilder objects:
Show 31 links
Call the LoadIndicator helper method to create a new LoadIndicator control. The method creates a LoadIndicatorBuilder class instance whose members allow you to specify control options.
@(Html.DevExtreme().LoadIndicator() // create a LoadIndicator
// call methods to specify control options
)
Object OptionsOwnerBuilder WidgetBuilder LoadIndicatorBuilder
See Also