DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / IsReadOnly Property

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