Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public void CancelUpdate()

    Remarks

    See BeginUpdate() for more information.

    See Also