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

OptionsSpellingBase.EndUpdate() Method

Unlocks the OptionsSpellingBase object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v21.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void EndUpdate()

Remarks

See OptionsSpellingBase.BeginUpdate, to learn more.

Implements

See Also