Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.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