FlexGrid for WinForms
TreeStyleFlags Enumeration



Specifies the appearance of the outline tree.
Syntax
'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 
Members
MemberDescription
ButtonBarShow outline buttons across the top fixed row.
CompleteCombination of Lines, Symbols, and ButtonBar.
CompleteLeafCombination of Lines, Symbols, ButtonBar and Leaf.
LeafShow tree lines next to all rows (nodes and data).
LinesShow tree lines next to node rows.
NoneDo not show the outline tree.
SimpleCombination of Lines and Symbols.
SimpleLeafCombination of Lines, Symbols, and Leaf.
SymbolsShow expand/collapse symbols on node rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.TreeStyleFlags

Requirements

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

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback