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.v19.1.Core.dll

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