Back to Devexpress

MapEditor.CanRedo Property

windowsforms-devexpress-dot-xtramap-dot-mapeditor-e1493b48.md

latest1.0 KB
Original Source

MapEditor.CanRedo Property

Checks whether the “Redo” action can be performed for the edited map items.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public bool CanRedo { get; }
vb
<Browsable(False)>
Public ReadOnly Property CanRedo As Boolean

Property Value

TypeDescription
Boolean

true if it is possible to redo actions; otherwise, false.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace