Back to Devexpress

RangeSelectorLoadingIndicatorBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-1f0e351a.md

latest3.1 KB
Original Source

RangeSelectorLoadingIndicatorBuilder Class

Provides methods that allow you to configure nested options of the client-side loadingIndicator object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class RangeSelectorLoadingIndicatorBuilder :
    OptionsOwnerBuilder

The following members return RangeSelectorLoadingIndicatorBuilder objects:

Remarks

Do not instantiate this class explicitly. A new RangeSelectorLoadingIndicatorBuilder class instance is created when you call the LoadingIndicator(Action<RangeSelectorLoadingIndicatorBuilder>) method.

Inheritance

Object OptionsOwnerBuilder RangeSelectorLoadingIndicatorBuilder

See Also

RangeSelectorLoadingIndicatorBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace