Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CanRemove Property

In This Topic
    CanRemove Property (C1CollectionView)
    In This Topic
    Gets a value indicating whether an item can be removed from the underlying collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanRemove As Boolean
    public bool CanRemove {get;}
    See Also