TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeViewBorderStyle Enumeration

In This Topic
    C1TreeViewBorderStyle Enumeration
    In This Topic
    Specifies how to show the borders of cells in C1TreeView control
    Syntax
    'Declaration
     
    
    Public Enum C1TreeViewBorderStyle 
       Inherits System.Enum
    public enum C1TreeViewBorderStyle : 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