Back to Devexpress

VectorItemsLayer.AllowEditItems Property

windowsforms-devexpress-dot-xtramap-dot-vectoritemslayer-3549bc2b.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool AllowEditItems { get; set; }
vb
<DefaultValue(True)>
Public Property AllowEditItems As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

VectorItemsLayer Class

VectorItemsLayer Members

DevExpress.XtraMap Namespace