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

MapLine.CanEdit Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

See Also