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

Hyphenation Dialog

The DXRichEdit ships with an integrated Hyphenation dialog, shown in the images below.

dialog

Users can use the Page Setup group on the Page Layout ribbon tab to invoke the Hyphenation dialog. Refer to the Create a Simple Rich Text Editor topic for information on how to add a Command UI to the RichEditControl.

dialog-invoke

This dialog allows you to enable automatic hyphenation and specify whether to hyphenate words in CAPS.

#Invoke the Dialog in Code

You can use ChangeHyphenationOptionsCommand to invoke this dialog. Use the Document.Hyphenation and Document.HyphenateCaps options to change the hyphenation options in code.