ICollectionItemPropertyDescriptor Interface
Identifies an object as a property descriptor for an item in a collection.
public interface ICollectionItemPropertyDescriptorProperties
CanRemove
Gets a value indicating whether the collection item can be removed.
bool CanRemove { get; }Property Value
- bool:
- trueif the collection item can be removed; otherwise,- false.
Methods
Remove()
Removes this item from the associated collection.