Back to Devexpress

MapEditor.AllowSaveActions Property

windowsforms-devexpress-dot-xtramap-dot-mapeditor-512f8276.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace