Skip to main content

DXSliderBase.ValueStep Property

Gets or sets the step by which the slider’s value changes when a user drags a thumb. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double ValueStep { get; set; }

Property Value

Type Description
Double

The step by which the slider’s value changes.

Remarks

If you set the ValueStep property to a value equal or greater than 1, the thumb slides discretely. Otherwise, it slides continuously.

See Also