TrackBarProperties.Step Property
Gets or sets the minimum distance drag handles can be moved.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(decimal), "2")]
public decimal Step { get; set; }
<DefaultValue(GetType(Decimal), "2")>
Public Property Step As Decimal
Property Value
Type | Default | Description |
---|---|---|
Decimal | "2" |
A Decimal value that is the step value of the track bar. |
Remarks
With the Step property, you can set the minimal value (increment/decrement) by which the drag handle position can be changed by end-users.
When the TrackBarProperties.AllowRangeSelection property is set to true, the TrackBarProperties.Step property is automatically changed to 1.
NOTE
The Step property synchronizes its value with the