Back to Devexpress

SpellingFormShowingEventArgs.Word Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellingformshowingeventargs-2b0e7074.md

latest1.2 KB
Original Source

SpellingFormShowingEventArgs.Word Property

Gets a misspelled word for which the spelling form is invoked.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public string Word { get; }
vb
Public ReadOnly Property Word As String

Property Value

TypeDescription
String

A String object representing a misspelled word.

|

See Also

SpellingFormShowingEventArgs Class

SpellingFormShowingEventArgs Members

DevExpress.XtraSpellChecker Namespace