SpellCheckerBase.Check(String) Method
Checks the spelling of words in a text string and invokes the spelling dialog if an error is found.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String containing the text to be checked. |
Returns
| Type | Description |
|---|---|
| String | A String of text processed by a spell-checker engine. |
Remarks
Use the SpellCheckerBase.SpellingFormType property to set the type of the spelling dialog.
See Also