ReadOnlyParagraphPropertiesBase.WidowOrphanControl Property
Gets whether the control over the widow and orphan lines is applied.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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