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

In This Topic
    Panel Property
    In This Topic
    Gets or sets a template that creates the panel used to layout the items.
    Syntax
    'Declaration
     
    
    Public Property Panel As DataTemplate
    public DataTemplate Panel {get; set;}
    See Also