property FaceTree.GridLineStyle as GridLinesStyleEnum
Specifies the style for gridlines in the list part of the control.

TypeDescription
GridLinesStyleEnum An GridLinesStyleEnum expression that specifies the style for gridlines in the list part of the control.
By default, the GridLineStyle property is exGridLinesDot. The GridLineStyle property has effect only if the DrawGridLines property is not zero. The GridLineStyle property can be used to specify the style for horizontal or/and vertical grid lines.  Use the GridLineColor property to specify the color for grid lines. Use the LinesAtRoot property specifies whether the control links the root items of the control. Use the HasLines property to specify whether the control draws the link between child items to their corresponding parent item.