Back to Devexpress

LinearGaugeRangeContainerBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-99e0b44a.md

latest4.4 KB
Original Source

LinearGaugeRangeContainerBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class LinearGaugeRangeContainerBuilder :
    OptionsOwnerBuilder

The following members return LinearGaugeRangeContainerBuilder objects:

Show 16 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder LinearGaugeRangeContainerBuilder

See Also

LinearGaugeRangeContainerBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace