In This Article

ICollectionItemPropertyDescriptor Interface

Identifies an object as a property descriptor for an item in a collection.

public interface ICollectionItemPropertyDescriptor

Properties

CanRemove

Gets a value indicating whether the collection item can be removed.

bool CanRemove { get; }

Property Value

bool:

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

Methods

Remove()

Removes this item from the associated collection.

bool Remove()

Returns

bool:

true if the item was removed; otherwise, false.