menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UserAction - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UserAction

    Contains the values for the UserAction enumeration that determines whether action is default, single tap or long press.

    Inheritance
    System.Object
    UserAction
    Namespace: Syncfusion.SfNumericUpDown.XForms
    Assembly: Syncfusion.SfNumericUpDown.XForms.dll
    Syntax
    public sealed class UserAction : Enum

    Fields

    Default

    Represents other actions.

    Declaration
    public const UserAction Default
    Field Value
    Type
    UserAction

    LongPress

    Represents long press action

    Declaration
    public const UserAction LongPress
    Field Value
    Type
    UserAction

    SingleTap

    Represents single tap action.

    Declaration
    public const UserAction SingleTap
    Field Value
    Type
    UserAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved