C1.Win.TreeView Namespace / C1TreeViewBorderStyle Enumeration

C1TreeViewBorderStyle Enumeration
Specifies how to show the borders of cells in C1TreeView control
Syntax
'Declaration
 
Public Enum C1TreeViewBorderStyle 
   Inherits System.Enum
 
Members
MemberDescription
ColumnsHeaderOnlyBorders are shown only for headers of columns.
ColumnsLineOnlyOnly left and right borders of columns are shown.
FullBorders are shown for all cells.
NoneNo borders.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.TreeView.C1TreeViewBorderStyle

See Also