Skip to main content

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

NuGet Package: DevExpress.Win.Map

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