Back to Devexpress

MapEditor.RemoveItemsCommand Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-cba1077d.md

latest1.0 KB
Original Source

MapEditor.RemoveItemsCommand Property

Returns the command that removes the Editor’s active items from the map.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ICommand RemoveItemsCommand { get; }
vb
Public ReadOnly Property RemoveItemsCommand As ICommand

Property Value

TypeDescription
ICommand

The command that removes the active items from the map.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace