SpellChecker.GetIgnoreList(Control) Method
In This Article
Returns the list of words ignored during spell check.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public IIgnoreList GetIgnoreList(
Control control
)
#Parameters
Name | Type | Description |
---|---|---|
control | Control | A Control object. |
#Returns
Type | Description |
---|---|
IIgnore |
An object implementing the IIgnore |
#Remarks
When clicking the Ignore or Ignore All button, the corresponding words are added to the list of ignored words. Use the GetIgnoreList method to obtain this list.
See Also