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

SpellCheckerBase.ChangeAllList Property

Provides access to the list of words and their counterparts that replace them on every occurrence.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

[Browsable(false)]
public Dictionary<string, string> ChangeAllList { get; }

Property Value

Type Description
Dictionary<String, String>

A Dictionary<TKey,TValue><String,String,> object, representing a collection of key words and their replacements.

Remarks

Use the Dictionary<TKey,TValue><String,String,> methods to fill this dictionary for replacing all occurences of the word, while checking the text.

See Also