Back to Devexpress

MapPolygon.CanEdit Property

windowsforms-devexpress-dot-xtramap-dot-mappolygon-9a44c7d1.md

latest1.1 KB
Original Source

MapPolygon.CanEdit Property

Gets or sets the value specifying whether the map polygon can be edited using the Map Editor.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if a map polygon can be edited; otherwise, false.

|

See Also

MapPolygon Class

MapPolygon Members

DevExpress.XtraMap Namespace