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

SpellChecker.IsChecking Property

Indicates whether the current DXSpellChecker control performs a spelling check.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public bool IsChecking { get; }

Property Value

Type Description
Boolean

true if a spelling check is performed; otherwise, false.

See Also