Skip to main content
A newer version of this page is available. .

XRTable.KeepTogether Property

Overrides the XRControl.KeepTogether property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[DefaultValue(false)]
public override bool KeepTogether { get; set; }

Property Value

Type Default Description
Boolean **false**

Always false.

Remarks

This property is overridden to change its default value to false. Use this property to specify whether the contents of the table can be horizontally split across pages, or whether the table (all table rows) will be entirely printed on the next page.

See Also