A newer version of this page is available.
Switch to the current version.
BootstrapRangeSelector.RightIndent Property
Specifies the distance between the range selector's scale and the control's container right edge.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(3)]
public int RightIndent { get; set; }
<DefaultValue(3)>
Public Property RightIndent As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 3 |
An integer number that specifies the right indent. |
See Also
Feedback