Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarHelper Class / FullMonthNames Property

In This Topic
    FullMonthNames Property (CalendarHelper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FullMonthNames As ReadOnlyObservableCollection(Of String)
    public ReadOnlyObservableCollection<string> FullMonthNames {get;}
    See Also