Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlyParagraphPropertiesBase.WidowOrphanControl Property

Gets whether the control over the widow and orphan lines is applied.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

bool WidowOrphanControl { get; }

Property Value

Type Description
Boolean

true, if the widow/orphan control is applied; otherwise, false.

Remarks

Use the WidowOrphanControl property to check whether the RichEditControl controls 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). If the WidowOrphanControl property returns true, the widow and orphan line are kept together with the paragraph.

See Also