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: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class SpinValidation : Enum
Fields
Auto
The value will get updated continuously when the button is pressed and will not get updated when the button is released in long press state (or) will get updated only once for each keyup action in single tap state.
Declaration
public const SpinValidation Auto
Field Value
Type |
---|
SpinValidation |
Default
The value will be updated when button perform keyup action and it will not update the value when it is moved outside.
Declaration
public const SpinValidation Default
Field Value
Type |
---|
SpinValidation |
Tapped
The value will be changed only once for each keyup action.
Declaration
public const SpinValidation Tapped
Field Value
Type |
---|
SpinValidation |