Skip to main content

SpellCheckerBase.GetSuggestions(String, CultureInfo) Method

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public virtual SuggestionCollection GetSuggestions(
    string word,
    CultureInfo culture
)

#Parameters

Name Type
word String
culture CultureInfo

#Returns

Type
SuggestionCollection
See Also