RichEditControl.CancelUpdate() Method
This method supports the internal infrastructure and is not intended to be called directly from your code. Use the RichEditControl.EndUpdate method instead.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void CancelUpdate()
See Also