Skip to main content

FinishCheckingMainPartEventArgs.NeedCheckRemainingPart Property

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public bool NeedCheckRemainingPart { get; set; }

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