alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeModel

    TreeModel class is used maintain the ivirtualtree items

    Inheritance
    System.Object
    TreeModel
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TreeModel : Object

    Constructors

    TreeModel()

    Declaration
    public TreeModel()

    Fields

    iTree

    Declaration
    public IVirtualTree iTree
    Field Value
    Type
    IVirtualTree

    treeItems

    Declaration
    public List<IVirtualTree> treeItems
    Field Value
    Type
    System.Collections.Generic.List<IVirtualTree>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved