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

VectorItemsLayer.AllowEditItems Property

Gets or sets the value specifying whether the map vector layer’s items can be edited.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AllowEditItems { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if map items can be edited; otherwise, false.

See Also