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


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

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members