DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CanRemove Property

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