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

AfterCheckWordEventArgs.OriginalWord Property

Gets the word before the spell check is performed.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public string OriginalWord { get; }

Property Value

Type Description
String

A string, representing a word before the check.

See Also