Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / GroupHeaderTemplate Property

In This Topic
    GroupHeaderTemplate Property (C1Scheduler)
    In This Topic
    Gets or sets a DataTemplate that defines a UI representation of the SchedulerGroupItem object header. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property GroupHeaderTemplate As DataTemplate
    public DataTemplate GroupHeaderTemplate {get; set;}
    See Also