Back to Devexpress

DXSlider.Value Property

maui-devexpress-dot-maui-dot-editors-dot-dxslider-d3cf925c.md

latest999 B
Original Source

DXSlider.Value Property

Gets or sets the current value of the slider. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public double Value { get; set; }

Property Value

TypeDescription
Double

The slider’s value.

|

Remarks

The Value property cannot be set to a value less than the MinValue property and greater than the MaxValue property.

See Also

DXSlider Class

DXSlider Members

DevExpress.Maui.Editors Namespace