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