Skip to main content

HyphenationInfo.HyphenateCaps Property

Gets or sets whether to hyphenate words in CAPS.

Namespace: DevExpress.XtraRichEdit.Forms

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public bool HyphenateCaps { get; set; }

Property Value

Type Description
Boolean

true to hyphenate words in CAPS; otherwise, false.

See Also