Class TreeView
A TreeView class provides information on a platform-specific properties.
Inheritance
System.Object
TreeView
Namespace: Syncfusion.XForms.TreeView.PlatformConfiguration.WindowsSpecific
Assembly: Syncfusion.SfTreeView.XForms.dll
Syntax
public static class TreeView : Object
Fields
HoldGestureProperty
Identifies the Syncfusion.XForms.TreeView.PlatformConfiguration.WindowsSpecific.TreeView.HoldGesture(Xamarin.Forms.IPlatformElementConfiguration{Xamarin.Forms.PlatformConfiguration.Windows,Syncfusion.XForms.TreeView.SfTreeView}) bindable property.
Declaration
public static readonly BindableProperty HoldGestureProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Methods
GetHoldGesture(BindableObject)
Gets the value for HoldGestureProperty.
Declaration
public static HoldGestureSettings GetHoldGesture(BindableObject element)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.BindableObject | element | Represents the element. |
Returns
Type | Description |
---|---|
HoldGestureSettings | Returns the HoldGestureSettings value. |
SetHoldGesture(IPlatformElementConfiguration<Windows, SfTreeView>, HoldGestureSettings)
Sets the value for HoldGestureProperty.
Declaration
public static IPlatformElementConfiguration<Windows, SfTreeView> SetHoldGesture(this IPlatformElementConfiguration<Windows, SfTreeView> config, HoldGestureSettings value)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, SfTreeView> | config | Represents platform-specific configuration element. |
HoldGestureSettings | value | Represents the HoldGestureSettings value. |
Returns
Type | Description |
---|---|
Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, SfTreeView> | Returns the platform configuration of the element. |