ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / IsReadOnly Property

In This Topic
    IsReadOnly Property
    In This Topic
    Gets a value indicating whether the System.Collections.IList is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As System.Boolean
    public System.bool IsReadOnly {get;}
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also