ComponentOne FlexGrid for WinForms
Style Property (GridTree)

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

Reference

GridTree Class
GridTree Members