Skip to main content

SpellCheckerCommand.Suggestion Property

Gets or sets the replacement for the current text segment.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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