LoadIndicatorBuilder Class
This class is a Razor helper that wraps the DevExtreme LoadIndicator widget.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class LoadIndicatorBuilder :
WidgetBuilder
In Razor files, use the following notation to add the control:
@Html.DevExtreme().LoadIndicator()
See Also