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

SpellCheckerCommand.Suggestion Property

Gets or sets the replacement for the current text segment.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public string Suggestion { get; set; }

Property Value

Type Description
String

A string, representing the text which will replace the current text segment.

See Also