[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.CanRemove

CanRemove Property

CanRemove

Gets a value that indicates whether an item can be removed from the collection.

Declaration
public bool CanRemove { get; }
Property Value
Type Description
bool

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

Implements