Sparkline for UWP | ComponentOne
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 Boolean
    public bool IsReadOnly {get;}
    See Also