TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (C1CheckListItemCollection)
    In This Topic
    Gets a value indicating whether the C1CheckListItemCollection instance is read-only.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CheckListItemCollection.IsReadOnly", "Gets a value indicating whether the C1CheckListItemCollection instance is read-only.")>
    Public ReadOnly Property IsReadOnly As Boolean
    [C1Description("C1CheckListItemCollection.IsReadOnly", "Gets a value indicating whether the C1CheckListItemCollection instance is read-only.")]
    public bool IsReadOnly {get;}
    See Also