Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarYearSlotLoadingEventArgs Class / YearSlot Property

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