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

In This Topic
    Style Property (GridTree)
    In This Topic
    Gets or sets the style of the outline tree.
    Syntax
    'Declaration
     
    
    Public Property Style As TreeStyleFlags
    public TreeStyleFlags Style {get; set;}
    Remarks

    Use the Style property to determine whether the outline tree should include lines connecting the nodes and buttons for collapsing and expanding the nodes. See the TreeStyleFlags enumeration for details.

    Use the Column property to determine where the grid will show the outline tree.

    See Also