ComponentOne FlexGrid for WinForms
Column Property (GridTree)

C1.Win.C1FlexGrid Namespace > GridTree Class : Column Property
Gets or sets the index of the column where the outline tree is displayed.
Syntax
'Declaration
 
Public Property Column As Integer
public int Column {get; set;}
Remarks
By default, this property is set to -1, which causes the tree to be hidden.
See Also

Reference

GridTree Class
GridTree Members