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 | Description |
---|---|
UserAction |
LongPress
Represents that the user has long pressed the spin button.
Declaration
public const UserAction LongPress
Field Value
Type | Description |
---|---|
UserAction |
SingleTap
Represents that the user tapped/pressed the spin button once.
Declaration
public const UserAction SingleTap
Field Value
Type | Description |
---|---|
UserAction |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |