Back to Devexpress

SpellChecker.IsChecking Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellchecker-5f85a816.md

latest1.1 KB
Original Source

SpellChecker.IsChecking Property

Indicates whether the current DXSpellChecker control performs a spelling check.

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public bool IsChecking { get; }
vb
Public ReadOnly Property IsChecking As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SpellChecker Class

SpellChecker Members

DevExpress.Xpf.SpellChecker Namespace