Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarMonthSlotLoadingEventArgs Class / MonthSlot Property

In This Topic
    MonthSlot Property
    In This Topic
    Gets or sets the visual element shown in the month slot.
    Syntax
    'Declaration
     
    
    Public Property MonthSlot As FrameworkElement
    public FrameworkElement MonthSlot {get; set;}
    See Also