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

MapEditor.AllowSaveActions Property

Gets or sets the value specifying whether the Map control saves an end-user’s actions performed while editing the map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the Map control saves the performed actions; otherwise, false.

See Also