Skip to main content

BootstrapRangeSelectorScale.MinorTickInterval Property

Specifies the interval between minor ticks.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal MinorTickInterval { get; set; }

Property Value

Type Default Description
Decimal "0"

A Decimal value specifying the size of an interval.

Remarks

Use the MinorTickInterval property to set a custom minor tick interval. If this property is not set, minor ticks are arranged automatically.

To specify the measurement unit of the minor tick interval, specify the BootstrapRangeSelectorScale.MinorTickIntervalUnit property.

See Also