FinishCheckingMainPartEventArgs.NeedCheckRemainingPart Property
Specifies whether the spell checker should check the rest of the text.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.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