Skip to main content

ISpellChecker.Check(Object) Method

In This Article

Checks the specified control for spelling mistakes.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

void Check(
    object control
)

#Parameters

Name Type Description
control Object

A Control object, representing a control to be checked for spelling mistakes.

See Also