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.v24.1.dll
NuGet Package: 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