Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / PanelTemplate Property

In This Topic
    PanelTemplate Property (GroupedListBox)
    In This Topic
    Gets or sets the DataTemplate that defines the panel that controls the layout of items. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property PanelTemplate As DataTemplate
    public DataTemplate PanelTemplate {get; set;}
    See Also