Skip to main content

AfterCheckWordEventArgs.OriginalWord Property

Gets the word before the spell check is performed.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.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