Skip to main content

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

NuGet Package: DevExpress.Win.Map

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