SpellChecker.CanCheck(Control) Method
Checks whether the control is registered to be used with the XtraSpellChecker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v25.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | Control | A Control object representing a control to be checked for spelling mistakes. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the control is already registered to be used with the XtraSpellChecker; otherwise false. |
See Also