DataFormNumericItem.MinValue Property
Gets or sets the minimum value that users can assign to the editor. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public decimal MinValue { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Decimal | Decimal.MinValue | The minimum value. |
See Also