Class ExpandActionTarget
Defines that the expanding and collapsing of nodes can be performed only by tapping in expander view or in both expander view and content view.
Inheritance
System.Object
ExpandActionTarget
Namespace: Syncfusion.iOS.TreeView
Assembly: Syncfusion.SfTreeView.iOS.dll
Syntax
public sealed class ExpandActionTarget : Enum
Fields
Expander
Specifies that the expanding and collapsing of nodes can be performed only on tapping the expander view.
Declaration
public const ExpandActionTarget Expander
Field Value
Type |
---|
ExpandActionTarget |
Node
Specifies that the expanding and collapsing of nodes can be performed both on tapping the expander view and content view.
Declaration
public const ExpandActionTarget Node
Field Value
Type |
---|
ExpandActionTarget |