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

MapEditor.CanRemoveItems Property

Gets or sets the value the specifies whether end-users are allowed to remove any map item.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public bool CanRemoveItems { get; set; }

Property Value

Type Description
Boolean

true if end-users are allowed to remove items; otherwise false.

See Also