Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRTable.KeepTogether Property

Overrides the XRControl.KeepTogether property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.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