[]
Specifies whether the field should be kept together on a page.
[Obsolete("Use SplitVertBehavior instead.")]
[Browsable(false)]
public bool KeepTogether { get; set; }
<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.