Class UserAction
Contains the values for the UserAction enumeration.
Inheritance
System.Object
UserAction
Namespace: Syncfusion.SfNumericUpDown.iOS
Assembly: Syncfusion.SfNumericUpDown.iOS.dll
Syntax
public sealed class UserAction : Enum
Fields
Default
Represents that the user pressed the spin button.
Declaration
public const UserAction Default
Field Value
Type |
---|
UserAction |
LongPress
Represents that the user has long pressed the spin button.
Declaration
public const UserAction LongPress
Field Value
Type |
---|
UserAction |
SingleTap
Represents that the user has tepped the spin button.
Declaration
public const UserAction SingleTap
Field Value
Type |
---|
UserAction |