ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IEditableCollectionView Interface / CanRemove Property

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