Class UserAction
Inheritance
System.Object
UserAction
Namespace: Com.Syncfusion.Numericupdown
Assembly: Syncfusion.SfNumericUpDown.Android.dll
Syntax
public sealed class UserAction : Enum
Fields
Default
Represents other actions.
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 tapped/pressed the spin button once.
Declaration
public const UserAction SingleTap
Field Value
Type |
---|
UserAction |