Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Boolean true

true, to show boundary ticks; otherwise, false.

See Also