Gets or sets the template used to display the contents of the control's header.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public DataTemplate HeaderTemplate { get; set; }
Visual Basic
Public Property HeaderTemplate As DataTemplate
	Get
	Set

See Also