Skip to main content

SpellCheckerCustomDictionary.EndUpdate() Method

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void EndUpdate()

Remarks

See SpellCheckerCustomDictionary.BeginUpdate, to learn more.

See Also