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.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string OriginalWord { get; }

Property Value

Type Description
String

A string, representing a word before the check.

See Also