DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / IsReadOnly Property

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