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

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.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue(true)]
public bool KeepTogetherWithFirstChild { get; set; }

#Property Value

Type Default Description
Boolean true

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 Type Path to KeepTogetherWithFirstChild
DetailBand
.HierarchyPrintOptions .KeepTogetherWithFirstChild

#Remarks

KeepTogetherWithFirstChild = true KeepTogetherWithFirstChild = false
HierarchicalReport-KeetTogetherWithFirstChild-True HierarchicalReport-KeetTogetherWithFirstChild-True
See Also