[]
        
(Showing Draft Content)

C1.WPF.FlexReport.FieldBase.KeepTogether

KeepTogether Property

KeepTogether

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

Declaration
[Obsolete("Use SplitVertBehavior instead.")]
[Browsable(false)]
public bool KeepTogether { get; set; }
Remarks
<p>If this property is set to true, the control will insert page breaks in order to keep 

the field contents together on a page.

If it is set to false, and the containing Section also has its KeepTogether property set to false, then the field may be rendered across two or more pages.