Back to Devexpress

MapEditor.RemoveItems(IEnumerable<MapItem>) Method

windowsforms-devexpress-dot-xtramap-dot-mapeditor-dot-removeitems-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xtramap-dot-mapitem-x29.md

latest1.3 KB
Original Source

MapEditor.RemoveItems(IEnumerable<MapItem>) Method

Removes the specified items.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public void RemoveItems(
    IEnumerable<MapItem> items
)
vb
Public Sub RemoveItems(
    items As IEnumerable(Of MapItem)
)

Parameters

NameTypeDescription
itemsIEnumerable<MapItem>

A collection of the MapItem descendant objects that should be removed.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace