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

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