Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupStyle Class / HeaderTemplateSelector Property

In This Topic
    HeaderTemplateSelector Property
    In This Topic
    Enables the application writer to provide custom selection logic for a template that is used to display the group header.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplateSelector As C1DataTemplateSelector
    public C1DataTemplateSelector HeaderTemplateSelector {get; set;}
    See Also