Back to Devexpress

DataFormNumericItem.MaxValue Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericitem-028111a7.md

latest882 B
Original Source

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

csharp
public decimal MaxValue { get; set; }

Property Value

TypeDefaultDescription
DecimalDecimal.MaxValue

The maximum value.

|

See Also

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace