Intersoft ClientUI Documentation
HeaderTemplate Property (GroupStyle)



Gets or sets the template that is used to display the group header.
Syntax
Public Property HeaderTemplate As DataTemplate
Dim instance As GroupStyle
Dim value As DataTemplate
 
instance.HeaderTemplate = value
 
value = instance.HeaderTemplate
public DataTemplate HeaderTemplate {get; set;}
public:
property DataTemplate^ HeaderTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}

Property Value

A System.Windows.DataTemplate object that is used to display the group header. The default is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupStyle Class
GroupStyle Members

Send Feedback