Class TreeModel
TreeModel class is used maintain the ivirtualtree items
Inheritance
System.Object
TreeModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TreeModel
Constructors
TreeModel()
Declaration
public TreeModel()
Fields
iTree
Declaration
public IVirtualTree iTree
Field Value
Type | Description |
---|---|
IVirtualTree |
treeItems
Declaration
public List<IVirtualTree> treeItems
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<IVirtualTree> |