Skip to main content
A newer version of this page is available. .

SpellCheckerCommand.Word Property

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.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