A newer version of this page is available.
Switch to the current version.
BootstrapRangeSelectorScale.RangeIntervalUnit Property
Specifies the measurement unit of the selected range interval.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(VizTimeInterval.None)]
public VizTimeInterval RangeIntervalUnit { get; set; }
<DefaultValue(VizTimeInterval.None)>
Public Property RangeIntervalUnit As VizTimeInterval
Property Value
Type | Default | Description |
---|---|---|
VizTimeInterval | None |
A VizTimeInterval enumeration value specifying a unit of measurement. |
See Also
Feedback