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

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

Syntax

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

See Also