NumericEdit.StepValue Property
Gets or sets the value by which the editor’s value changes each time a user taps the up/down icon.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public decimal StepValue { get; set; }
Property Value
Type | Description |
---|---|
Decimal | A decimal value. |
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