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

BootstrapRangeSelector.LeftIndent Property

Specifies the distance between the control’s container left edge and the range selector‘s scale.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(3)]
public int LeftIndent { get; set; }

Property Value

Type Default Description
Int32 3

An integer number that specifies the left indent.

See Also