Back to Devexpress

DataFormNumericItem.StepValue Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericitem-08a0ae36.md

latest900 B
Original Source

DataFormNumericItem.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.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public decimal StepValue { get; set; }

Property Value

TypeDefaultDescription
Decimal1

A decimal value.

|

See Also

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace