GroupInfo Class
Provides options that specify the layout of group areas within a document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Remarks
You can create groups within documents that are generated using the CollectionViewLink. For more information on this link type, see Printing Links.
To create groups within a document, add the corresponding GroupInfo objects to a GroupInfoCollection, and then assign this collection to the CollectionViewLink.GroupInfos property.
To create group header and footer areas in a document, use the GroupInfo.HeaderTemplate and GroupInfo.FooterTemplate properties.
In addition, the following options allow you to control the layout of group areas in a document.
- GroupInfo.PageBreakAfter and GroupInfo.PageBreakBefore;
- GroupInfo.RepeatHeaderEveryPage;
- GroupInfo.Union.
For a code example, see How to: Use the CollectionView Link.