Skip to main content

BootstrapRangeSelectorScale.MinorTickCount Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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