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

BootstrapRangeSelectorScale.ShowCustomBoundaryTicks Property

Specifies whether or not to show ticks for the boundary scale values, when neither major ticks nor minor ticks are created for these values.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(true)]
public bool ShowCustomBoundaryTicks { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to show boundary ticks; otherwise, false.

See Also