Skip to main content

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

NuGet Package: DevExpress.SpellChecker.Core

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