Back to Devexpress

DictionaryHelper.GetCustomDictionary() Method

corelibraries-devexpress-dot-xtraspellchecker-dot-dictionaryhelper.md

latest1.6 KB
Original Source

DictionaryHelper.GetCustomDictionary() Method

Provides access to the currently active custom dictionary.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public virtual SpellCheckerCustomDictionary GetCustomDictionary()
vb
Public Overridable Function GetCustomDictionary As SpellCheckerCustomDictionary

Returns

TypeDescription
SpellCheckerCustomDictionary

A SpellCheckerCustomDictionary object that is the currently active custom dictionary.

|

Remarks

Use the DictionaryHelper.AddWord method to add a word to a custom dictionary.

See Also

Dictionaries

DictionaryHelper Class

DictionaryHelper Members

DevExpress.XtraSpellChecker Namespace