DataFormNumericEditorAttribute.MinValue Property
Gets or sets the minimum value that users can assign to the editor.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double MinValue { get; set; }
Property Value
Type | Description |
---|---|
Double | The minimum value. |
See Also