Back to Devexpress

RangeSelectorScaleMinorTickIntervalBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-1ab526cb.md

latest4.8 KB
Original Source

RangeSelectorScaleMinorTickIntervalBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class RangeSelectorScaleMinorTickIntervalBuilder :
    OptionsOwnerBuilder

The following members return RangeSelectorScaleMinorTickIntervalBuilder objects:

Show 19 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder RangeSelectorScaleMinorTickIntervalBuilder

See Also

RangeSelectorScaleMinorTickIntervalBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace