Skip to main content

SpellCheckerCommand.Word Property

Gets or sets a word used for several commands, such as Ignore or AddToDictionary.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public string Word { get; set; }

Property Value

Type Description
String

A string, representing a word to ignore or add to the dictionary.

See Also