Skip to main content

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

public double Value { get; set; }

Property Value

Type Description
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