Skip to main content

CollectionViewLink.DetailTemplate Property

Specifies the template for the document's detail area.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public DataTemplate DetailTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object.

#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.

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