Skip to main content

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

public class LinearGaugeRangeContainerBuilder :
    OptionsOwnerBuilder

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