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

BeforeCheckEventArgs.Text Property

Gets the text on which a spell check will be performed.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public string Text { get; }

Property Value

Type Description
String

A string, representing the text to be spell checked.

Remarks

Use the SpellCheckerBase.BeforeCheckWord event to get a word being checked.

See Also