Skip to main content

AfterCheckWordEventArgs.ChangedWord Property

Gets the word which replaced the former one after the spelling check is performed.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public string ChangedWord { get; }

Property Value

Type Description
String

A string, representing the word modified after spelling check.

See Also