DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / CanRemove Property

In This Topic
    CanRemove Property
    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;}

    Property Value

    true if an item can be removed from the collection; otherwise, false.
    See Also