Skip to main content

RangeSelectorScaleMarkerBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class RangeSelectorScaleMarkerBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
RangeSelectorScaleMarkerBuilder
See Also