Skip to main content

MapDependencyObjectCollectionBase<T>.Remove(T) Method

Removes the specified item from the collection.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool Remove(
    T item
)

Parameters

Name Type Description
item T

An item to be removed from the collection.

Returns

Type Description
Boolean

true if the specified item was found and successfully removed from the collection; false if the specified item wasn’t found.

Remarks

When an item is removed from the collection, all subsequent fields are moved up one position in the collection.

See Also