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

BootstrapRangeSelectorScale.MinorTickCount Property

Specifies how many minor ticks to place between two neighboring major ticks.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(0)]
public int MinorTickCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the minor tick count.

See Also