Back to Devexpress

GroupInfo.PageBreakBefore Property

wpf-devexpress-dot-xpf-dot-printing-dot-groupinfo-4eab9b49.md

latest1.4 KB
Original Source

GroupInfo.PageBreakBefore Property

Specifies whether the group area starts on a new page.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool PageBreakBefore { get; set; }
vb
Public Property PageBreakBefore As Boolean

Property Value

TypeDescription
Boolean

true to insert page break gefore the group; otherwise, false.

|

Remarks

Use the PageBreakBefore and GroupInfo.PageBreakAfter properties, to control the layout of groups on document pages.

See Also

PageBreakAfter

RepeatHeaderEveryPage

Union

GroupInfo Class

GroupInfo Members

DevExpress.Xpf.Printing Namespace