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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

bool IsChecking { get; }

Property Value

Type Description
Boolean

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

See Also