Skip to main content
A newer version of this page is available. .

MapDependencyObjectCollectionBase<T>.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void Clear()

Remarks

Use the Clear method to simultaneously remove all items from the collection or the MapDependencyObjectCollectionBase<T>.Remove and MapDependencyObjectCollectionBase<T>.RemoveAt methods to exclude an individual item from the collection.

See Also