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 |