menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class HoldGestureSettings

    Specifies the hold interactions that are supported by TreeView.

    Inheritance
    System.Object
    HoldGestureSettings
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public sealed class HoldGestureSettings : Enum
    Remarks

    This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

    Fields

    Hold

    Enable support for the press and hold gesture.

    Declaration
    public const HoldGestureSettings Hold
    Field Value
    Type
    HoldGestureSettings

    HoldWithMouse

    Enable support for the press and hold gesture through the left button on a mouse.

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