Skip to main content
A newer version of this page is available. .

TextOptions.EndUpdate() Method

Enables a text’s visual updates if the text was previously locked by the BeginUpdate() method. Causes the text’s immediate visual update.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

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

Remarks

See BeginUpdate() for more information.

See Also