TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeViewNodeCellCancelEventArgs Class / ColumnIndex Property

In This Topic
    ColumnIndex Property (C1TreeViewNodeCellCancelEventArgs)
    In This Topic
    Gets the tree column index of TreeView control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnIndex As Integer
    public int ColumnIndex {get;}
    See Also