NumericEdit.StepValue Property
Gets or sets the value by which the editor’s value changes each time a user taps the up/down icon. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public decimal StepValue { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Decimal | 1 | The step. |
Remarks
Set the IsUpDownIconVisible property to true
to display up and down icons in the editor. These icons allow users to increase or decrease the editor’s number according to the StepValue property value.
See Also