Back to Devexpress

ISpellCheckService Members

blazor-devexpress-dot-blazor-dot-richedit-dot-ispellcheckservice-dot-underscore-members.md

latest1.4 KB
Original Source

ISpellCheckService Members

Allows you to implement a custom spell check service.

Properties

NameDescription
AddToDictionaryEnabledSpecifies whether the Rich Text Editor displays the Add to dictionary command in the context menu.
CultureReturns the culture of an open document.
MaxSuggestionCountSpecifies the maximum number of suggestions the context menu should display.

Methods

NameDescription
AddToDictionary(String)Adds the selected word to a dictionary after a user clicks the Add to dictionary command in the context menu.
CheckWordSpelling(String)Returns whether the specified word is spelled correctly.
GetSpellingSuggestions(String)Generates suggestions on how to replace a misspelled word.

See Also

ISpellCheckService Interface

DevExpress.Blazor.RichEdit Namespace