Enables the application writer to provide custom selection logic for a template
that is used to display the group header.
Namespace:
C1.Silverlight.ScheduleAssembly: 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 |