SpellCheckerBase.ChangeAllList Property
In This Article
Provides access to the list of words and their counterparts that replace them on every occurrence.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Dictionary<String, String> | A System. |
#Remarks
Use the System.Collections.Generic.Dictionary<[System.String],[System.String]> methods to fill this dictionary for replacing all occurences of the word, while checking the text.
See Also