Gest the collection of week items representing the days of the week.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public ObservableCollection<Object> WeekItems { get; }
Visual Basic (Declaration)
Public ReadOnly Property WeekItems As ObservableCollection(Of Object)

See Also