C1.Win.C1FlexGrid Namespace : TreeStyleFlags Enumeration |
'Declaration
<FlagsAttribute()> Public Enum TreeStyleFlags Inherits System.Enum
'Usage
Dim instance As TreeStyleFlags
[Flags()] public enum TreeStyleFlags : System.Enum
[Flags()] public enum class TreeStyleFlags : public System.Enum
Member | Description |
---|---|
ButtonBar | Show outline buttons across the top fixed row. |
Complete | Combination of Lines, Symbols, and ButtonBar. |
CompleteLeaf | Combination of Lines, Symbols, ButtonBar and Leaf. |
Leaf | Show tree lines next to all rows (nodes and data). |
Lines | Show tree lines next to node rows. |
None | Do not show the outline tree. |
Simple | Combination of Lines and Symbols. |
SimpleLeaf | Combination of Lines, Symbols, and Leaf. |
Symbols | Show expand/collapse symbols on node rows. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.TreeStyleFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2