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

SpellingSettings.ShowSpellCheckMenu Attached Property

Specifies whether context menu items specific for the spell checker are shown. This is a dependency property.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

Returns

Type Description
Boolean

true to show spell checker menu; otherwise, false.

Remarks

If the ShowSpellCheckMenu is true, right-click on the misspelled word invokes the menu containing suggested words and commands to ignore a word, add to the custom dictionary or invoke a spelling dialog. Otherwise, a menu specified in the editor’s ContextMenuOpeningevent handler is displayed.

See Also