DXSliderBase.MinValue Property
Gets or sets the minimum allowed value. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double MinValue { get; set; }
Property Value
Type | Description |
---|---|
Double | The minimum value. |
Remarks
Use the MaxValue property to specify the maximum allowed value.
See Also