MapDependencyObjectCollectionBase<T>.Remove(T) Method
Removes the specified item from the collection.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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