Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CalendarBase Class / DaysPanel Property

In This Topic
    DaysPanel Property (CalendarBase)
    In This Topic
    Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing days of a month. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property DaysPanel As ItemsPanelTemplate
    public ItemsPanelTemplate DaysPanel {get; set;}
    Remarks
    By default the C1.Silverlight.C1UniformGrid panel with 7 columns and 6 rows is used.
    See Also