Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • .NET Framework 4.5.2+

    TableRow.BreakAcrossPages Property

    Specifies whether the table row can break across pages.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v20.2.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    bool BreakAcrossPages { get; set; }

    Property Value

    Type Description
    Boolean

    true to break the row across pages; otherwise, false.

    See Also