Skip to main content

BootstrapRangeSelectorScaleMarker.SeparatorHeight Property

Specifies the height of the marker’s separator.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(33)]
public int SeparatorHeight { get; set; }

Property Value

Type Default Description
Int32 33

An integer value specifying the separator’s height.

See Also