TreeType Enumeration
The type of tree.

C# Syntax

public enum TreeType : System.Enum 
Members
MemberDescription
ColumnTreeA tree with columns
ListTreeA tree that includes various items
SimpleTreeA tree without any items
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.SAP.GUI.TreeType