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

Paragraph.WidowOrphanControl Property

Gets or sets whether to apply control over the widow and orphan lines.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

public abstract bool WidowOrphanControl { get; set; }

#Property Value

Type Description
Boolean

true to apply widow/orphan control; otherwise, false.

#Remarks

Use the WidowOrphanControl property to control the last paragraph line printed by itself at the page top (widow line) and a first paragraph line printed by itself at the page bottom (orphan line). Setting the WidowOrphanControl property to true keeps the widow or orphan line together with the paragraph.

See Also