Skip to main content

RichEditControl.CanUndo Property

Indicates whether the user can undo the previous operation.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public bool CanUndo { get; }

Property Value

Type Description
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