FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTextCellView Class / TreeLines Property

In This Topic
    TreeLines Property (GridTextCellView)
    In This Topic
    Gets or sets the tree lines displayed in this cell.
    Syntax
    'Declaration
     
    Public Property TreeLines As IList(Of GridTreeLine)
    public IList<GridTreeLine> TreeLines {get; set;}
    See Also