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.v18.2.dll

Declaration

public bool CanRemoveItems { get; set; }

Property Value

Type Description
Boolean

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

See Also