TrackBarProperties.Step Property
In This Article
Gets or sets the minimum distance drag handles can be moved.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 editor’s ASPx
See Also