HyphenationInfo Class
In This Article
Provides information about hyphenation options.
Namespace: DevExpress.XtraRichEdit.Forms
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class HyphenationInfo :
INotifyPropertyChanged
#Related API Members
The following members return HyphenationInfo objects:
#Remarks
Use the HyphenationInfo object to specify hyphenation options in a custom Hyphenation Dialog.
#Implements
See Also