Skip to main content
All docs
V25.1
  • HyphenationInfo.HyphenateCaps Property

    Gets or sets whether to hyphenate words in CAPS.

    Namespace: DevExpress.XtraRichEdit.Forms

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public bool HyphenateCaps { get; set; }

    Property Value

    Type Description
    Boolean

    true to hyphenate words in CAPS; otherwise, false.

    See Also