Back to Devexpress

GroupInfo.Union Property

wpf-devexpress-dot-xpf-dot-printing-dot-groupinfo-ef88acf8.md

latest1.8 KB
Original Source

GroupInfo.Union Property

Specifies how groups should be split across pages, if required.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public GroupUnion Union { get; set; }
vb
Public Property Union As GroupUnion

Property Value

TypeDescription
GroupUnion

A GroupUnion enumeration value.

|

Available values:

NameDescription
None

A group is printed so that it is split across several pages, if there isn’t enough space on a page to print the entire group.

| | WholePage |

A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn’t enough space on a page to print the entire group, this group is printed on the following page.

| | WithFirstDetail |

A group is split across several pages “as is”. However, if there isn’t enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it).

|

See Also

GroupInfo Class

GroupInfo Members

DevExpress.Xpf.Printing Namespace