Back to Devexpress

HierarchyPrintOptions.KeepTogetherWithFirstChild Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-hierarchyprintoptions-7b988fdc.md

latest2.1 KB
Original Source

HierarchyPrintOptions.KeepTogetherWithFirstChild Property

Specifies whether to print a parent node together with its first child node on the next page, if these nodes do not fit at the end of a page.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
public bool KeepTogetherWithFirstChild { get; set; }
vb
<DefaultValue(True)>
Public Property KeepTogetherWithFirstChild As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if the parent node is printed on the next page, when it and its first child node do not fit at the end of the current page; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to KeepTogetherWithFirstChild
DetailBand

.HierarchyPrintOptions .KeepTogetherWithFirstChild

|

Remarks

KeepTogetherWithFirstChild = trueKeepTogetherWithFirstChild = false

See Also

HierarchyPrintOptions Class

HierarchyPrintOptions Members

DevExpress.XtraReports.UI Namespace