TextOptions.CancelUpdate() Method
Enables a text’s visual updates if the text was previously locked by the BeginUpdate() method. Does not cause the text’s immediate visual update.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void CancelUpdate()
Remarks
See BeginUpdate() for more information.
See Also