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

ISpellChecker.IsChecking Property

Gets whether the spell checker is checking the content.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

bool IsChecking { get; }

Property Value

Type Description
Boolean

true if a spell checker is checking the content; otherwise, false.

See Also