Back to Devexpress

DXSliderBase.ValueStep Property

maui-devexpress-dot-maui-dot-editors-dot-dxsliderbase-c07b812c.md

latest1002 B
Original Source

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

csharp
public double ValueStep { get; set; }

Property Value

TypeDescription
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

DXSliderBase Class

DXSliderBase Members

DevExpress.Maui.Editors Namespace