Class TreeNodeView
A customized ViewGroup used to add, measure and layout both the expander view and content view for SfTreeView.
Inheritance
System.Object
TreeNodeView
Namespace: Syncfusion.iOS.TreeView
Assembly: Syncfusion.SfTreeView.iOS.dll
Syntax
public class TreeNodeView : UIView
Constructors
TreeNodeView()
Initializes a new instance of the TreeNodeView class.
Declaration
public TreeNodeView()
Properties
ContentView
Gets or sets the content view for TreeViewItem.
Declaration
public virtual UIView ContentView { get; set; }
Property Value
Type |
---|
UIKit.UIView |
ExpanderView
Gets or sets the expander view for TreeViewItem.
Declaration
public virtual UIView ExpanderView { get; set; }
Property Value
Type |
---|
UIKit.UIView |
Methods
Dispose(Boolean)
Dispose the instances, if parameter is true.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Represents the boolean value for disposing objects. |
LayoutSubviews()
Layouts the TreeNodeView when bounds or sub views gets changed.
Declaration
public override void LayoutSubviews()