FinishCheckingMainPartEventArgs.NeedCheckRemainingPart Property
In This Article
Specifies whether the spell checker should check the rest of the text.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the remaining text has to be checked; otherwise false. |
#Remarks
Use this property to cancel text processing after the selected part of the text is checked.
See Also