[]
        
(Showing Draft Content)

C1.WPF.FlexReport.Section.KeepTogether

KeepTogether Property

KeepTogether

Specifies whether the Section should be kept together on a page.

Declaration
[Browsable(false)]
[Obsolete("Use SplitBehavior instead.")]
public bool KeepTogether { get; set; }
Remarks
<p>The <xref href="C1.WPF.FlexReport.Group" data-throw-if-not-resolved="false"></xref> and <xref href="C1.WPF.FlexReport.Field" data-throw-if-not-resolved="false"></xref> objects also have <b>KeepTogether</b> properties.</p>
<p>The <xref href="C1.WPF.FlexReport.Group" data-throw-if-not-resolved="false"></xref> object's <xref href="C1.WPF.FlexReport.Group.KeepTogether" data-throw-if-not-resolved="false"></xref> property works across sections. 

It determines whether group headers should be kept together with their first detail section or whether entire groups should be kept together on a page.

The Field object's KeepTogether property determines whether the field should be rendered on a single page or whether it is allowed to be split across page breaks.