Back to Devexpress

DictionaryHelper Class

corelibraries-devexpress-dot-xtraspellchecker-af0c8637.md

latest1.7 KB
Original Source

DictionaryHelper Class

Helper class to make working with dictionaries easier.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class DictionaryHelper
vb
Public Class DictionaryHelper

The following members return DictionaryHelper objects:

Remarks

Get an instance of the DictionaryHelper class via the SpellCheckerBase.DictionaryHelper property. Use this class to find a word in all dictionaries of the current culture (the DictionaryHelper.FindWord method) or add a word to a custom dictionary (the DictionaryHelper.AddWord method).

Inheritance

Object DictionaryHelper

See Also

DictionaryHelper Members

DictionaryHelper

DevExpress.XtraSpellChecker Namespace