ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListSelectedItemCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (C1CheckListSelectedItemCollection)
    In This Topic
    Gets a value indicating whether the C1CheckListSelectedItemCollection instance is read-only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}
    See Also