ComponentOne FlexGrid for WinForms
LineStyle Property

C1.Win.C1FlexGrid Namespace > GridTree Class : LineStyle Property
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

Reference

GridTree Class
GridTree Members