FlexPivot for WinForms
TreeStyleFlags 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : TreeStyleFlags 列挙体
Specifies the appearance of the outline tree.
シンタックス
'宣言
 
Public Enum TreeStyleFlags 
   Inherits System.Enum
public enum TreeStyleFlags : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間