Skip to main content
A newer version of this page is available. .

BootstrapRangeSelectorScale.MinorTickInterval Property

Specifies the interval between minor ticks.

Namespace: DevExpress.Web.Bootstrap

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

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