RichEditControl.CanUndo Property
Indicates whether the user can undo the previous operation.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If the CanUndo returns true, you can call the RichEditControl.Undo method to undo the last operation.
See Also