Gets or sets the template used to display the contents of column header cells.

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

Syntax

C#
[DefaultValueAttribute(null)]
public DataTemplate HeaderTemplate { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property HeaderTemplate As DataTemplate
	Get
	Set

See Also