FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridTree Class / LineStyle Property

In This Topic
    LineStyle Property (GridTree)
    In This Topic
    Gets or sets the line style used to draw the outline tree.
    Syntax
    'Declaration
     
    
    Public Property LineStyle As DashStyle
    public DashStyle LineStyle {get; set;}
    Remarks
    By default, this property is set to DashStyle.Dot, which causes the tree to be drawn with dotted lines. You can change the value of this property to draw the tree using solid lines instead.
    See Also