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

BootstrapRangeSelectorSliderMarker.PlaceholderHeight Property

Specifies the height of the space reserved for slider markers in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Int32 0

An integer scale specifying the placeholder height.

See Also