ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CanRemove Property

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

    Property Value

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