Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1CalendarResources Class / DaysPanel Property

In This Topic
    DaysPanel Property (C1CalendarResources)
    In This Topic
    Gets the System.Windows.Controls.ItemsPanelTemplate object defining the panel that lays out elements representing days of a month.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DaysPanel As ItemsPanelTemplate
    public ItemsPanelTemplate DaysPanel {get;}
    See Also