DataFormNumericEditorAttribute.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.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double StepValue { get; set; }
Property Value
Type | Description |
---|---|
Double | A decimal value. |
See Also