Skip to main content

RangeSelectorScaleMinRangeBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class RangeSelectorScaleMinRangeBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
RangeSelectorScaleMinRangeBuilder
See Also