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


C1.WPF Namespace > C1HeaderedItemsControl Class : HeaderTemplate Property
Template applied to the headers of all the items of the list.
Syntax
'Declaration
 
Public Property HeaderTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1HeaderedItemsControl
Dim value As System.Windows.DataTemplate
 
instance.HeaderTemplate = value
 
value = instance.HeaderTemplate
public System.Windows.DataTemplate HeaderTemplate {get; set;}
See Also

Reference

C1HeaderedItemsControl Class
C1HeaderedItemsControl Members