TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / IsReadOnly Method

In This Topic
    IsReadOnly Method (C1TreeNode)
    In This Topic
    Gets a value indicating whether the contents of the node cell can be changed.
    Syntax
    'Declaration
     
    
    Public Function IsReadOnly( _
       ByVal columnIndex As Integer _
    ) As Boolean
    public bool IsReadOnly( 
       int columnIndex
    )

    Parameters

    columnIndex
    See Also