Back to Devexpress

RichEditControl.CanUndo Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-d99fe475.md

latest1.6 KB
Original Source

RichEditControl.CanUndo Property

Indicates whether the user can undo the previous operation.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

true if the user can undo the previous opration; otherwise, false.

|

Remarks

If the CanUndo returns true , you can call the RichEditControl.Undo method to undo the last operation.

See Also

Undo()

Redo()

RedoCommand

UndoCommand

CanUndo

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace