ComponentOne TreeView for WinForms
Item Property (C1TreeColumnCollection)

C1.Win.TreeView Namespace > C1TreeColumnCollection Class : Item Property
Gets or sets the column of tree at the specified index.
Syntax
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As C1TreeColumn
public virtual C1TreeColumn this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

C1TreeColumnCollection Class
C1TreeColumnCollection Members