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