DataFormNumericItem.StepValue Property
In This Article
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.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public decimal StepValue { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Decimal | 1 | A decimal value. |
See Also