ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / IsReadOnly Property

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