Back to Devexpress

DataFormNumericItem.MinValue Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericitem-76a6c4cf.md

latest882 B
Original Source

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

csharp
public decimal MinValue { get; set; }

Property Value

TypeDefaultDescription
DecimalDecimal.MinValue

The minimum value.

|

See Also

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace