MindFusion.Wpf Pack Programmer's Guide
IProjectViewModel.NonWorkingDays Property
See Also
 





Gets or sets the non-working days for a week in a project.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public abstract SortedObservableCollection<DayOfWeek> NonWorkingDays { get; set; }

Visual Basic  Copy Code

Public MustOverride Property NonWorkingDays As SortedObservableCollection(Of DayOfWeek)

 Property Value

A collection of DayOfWeek objects representing the non-working days.

 See Also

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Wpf Namespace