Skip to main content

XRTable.KeepTogether Property

Overrides the XRControl.KeepTogether property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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