Back to Devexpress

FinishCheckingMainPartEventArgs.NeedCheckRemainingPart Property

corelibraries-devexpress-dot-xtraspellchecker-dot-finishcheckingmainparteventargs.md

latest1.4 KB
Original Source

FinishCheckingMainPartEventArgs.NeedCheckRemainingPart Property

Specifies whether the spell checker should check the rest of the text.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public bool NeedCheckRemainingPart { get; set; }
vb
Public Property NeedCheckRemainingPart As Boolean

Property Value

TypeDescription
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

FinishCheckingMainPartEventArgs Class

FinishCheckingMainPartEventArgs Members

DevExpress.XtraSpellChecker Namespace