CollectionViewLink.DetailTemplate Property
In This Article
Specifies the template for the document's detail area.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
Use the DetailTemplate property to define a data template for a document's detail area.
You can customize other document areas via the corresponding properties provided by the TemplatedLink class.
- TemplatedLink.TopMarginTemplate and TemplatedLink.BottomMarginTemplate;
- TemplatedLink.ReportHeaderTemplate and TemplatedLink.ReportFooterTemplate;
- TemplatedLink.PageHeaderTemplate and TemplatedLink.PageFooterTemplate.
For more information on document areas, see Printing Links.
#Examples
This example demonstrates how to use the CollectionViewLink class to print data from a hierarchical data source.
See Also