Gets or sets the days of the week that should not be displayed in a resource view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DaysOfWeek HiddenDays { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HiddenDays As DaysOfWeek |
A member of the DaysOfWeek enumeration.
RemarksThis property determines which days should be filtered (that is, not displayed) in a resource view. This setting only works if the Unit is set to Days or Hours.
See Also