Back to Devexpress

SpellCheckerBase.ChangeAllList Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-b701cb9b.md

latest2.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[Browsable(false)]
public Dictionary<string, string> ChangeAllList { get; }
vb
<Browsable(False)>
Public ReadOnly Property ChangeAllList As Dictionary(Of String, String)

Property Value

TypeDescription
Dictionary<String, String>

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

|

Remarks

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

See Also

ChangeAll

Change

Check

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace