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

Paragraph.SuppressHyphenation Property

Gets or sets a value indicating whether a paragraph can be hyphenated.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public abstract bool SuppressHyphenation { get; set; }

Property Value

Type Description
Boolean

true to suppress hyphenation; false to enable hyphenation.

See Also