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

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

Declaration

public virtual string Check(
    string text
)

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