ComponentOne Basic Library for WPF and Silverlight
HeaderTemplate Property (C1HierarchicalPresenter)


C1.Silverlight Namespace > C1HierarchicalPresenter Class : HeaderTemplate Property
Gets or sets the template used to display the contents of the control's header.
Syntax
'Declaration
 
Public Property HeaderTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1HierarchicalPresenter
Dim value As System.Windows.DataTemplate
 
instance.HeaderTemplate = value
 
value = instance.HeaderTemplate
public System.Windows.DataTemplate HeaderTemplate {get; set;}
See Also

Reference

C1HierarchicalPresenter Class
C1HierarchicalPresenter Members