Back to Devexpress

VectorMapLoadingIndicatorBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-01d9576b.md

latest3.0 KB
Original Source

VectorMapLoadingIndicatorBuilder 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 VectorMapLoadingIndicatorBuilder :
    OptionsOwnerBuilder

The following members return VectorMapLoadingIndicatorBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder VectorMapLoadingIndicatorBuilder

See Also

VectorMapLoadingIndicatorBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace