Enables the application writer to provide custom selection logic for a template that is used to display the group header.

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

Syntax

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

See Also