Back to Devexpress

NumericEdit.StepValue Property

maui-devexpress-dot-maui-dot-editors-dot-numericedit-c7d6ea2a.md

latest1.2 KB
Original Source

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

csharp
public decimal StepValue { get; set; }

Property Value

TypeDefaultDescription
Decimal1

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

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace