MindFusion.Wpf Pack Programmer's Guide
ItemWithSections.HeaderTemplate Property
See Also
 





Gets or sets the DataTemplate to use when generating the visualization of the item header. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public DataTemplate HeaderTemplate { get; set; }

Visual Basic  Copy Code

Public Property HeaderTemplate As DataTemplate

 Property Value

A WPF DataTemplate object specifying the header template.

 See Also

ItemWithSections Members
ItemWithSections Class
MindFusion.Reporting.Wpf Namespace
FooterTemplate Property