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