Skip to main content
A newer version of this page is available. .

FinishCheckingMainPartEventArgs.NeedCheckRemainingPart Property

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.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