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

TrackBarProperties.Step Property

Gets or sets the minimum distance drag handles can be moved.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(decimal), "2")]
public decimal Step { get; set; }

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 ASPxTrackBar.Step property.

See Also