ComponentOne Basic Library for UWP
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 System.Boolean
    public System.bool CanRemove {get;}
    See Also