Class SpinValidation
Contains the values for the SpinValidation enumeration. Single value is incremented or decremented when button perform keyup action. When it is set as default, the continous increment will occur when the button is touched
Inheritance
System.Object
SpinValidation
Namespace: Com.Syncfusion.Numericupdown
Assembly: Syncfusion.SfNumericUpDown.Android.dll
Syntax
public sealed class SpinValidation : Enum
Fields
Default
The value will be updated once the button is pressed and it will not update the value when it is moved outside.
Declaration
public const SpinValidation Default
Field Value
Type | Description |
---|---|
SpinValidation |
Tapped
The value will be changed only once for each keyup action.
Declaration
public const SpinValidation Tapped
Field Value
Type | Description |
---|---|
SpinValidation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |