DataFormNumericItem.MaxValue Property
Gets or sets the maximum 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 MaxValue { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Decimal | Decimal.MaxValue | The maximum value. |
See Also