[]
Gets a value that indicates whether an item can be removed from the collection.
public bool CanRemove { get; }
Public ReadOnly Property CanRemove As Boolean
| Type | Description |
|---|---|
| bool | true if an item can be removed from the collection; otherwise, false. |