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.v18.2.Core.dll

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