Gets or sets the days of the week that should not be displayed in a resource view. Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public DaysOfWeek HiddenDays { get; set; } |
Visual Basic |
---|
Public Property HiddenDays As DaysOfWeek |
A member of the DaysOfWeek enumeration indicating the visible days in a ResourceView.
This property determines which days should be filtered (that is, not displayed) in a resource view. This setting only works if the Unit of the bottom timeline is set to Day or Hour.
The following example demonstrates how to use filtering in a resource view. The example assumes that calendar references an existing Calendar object.
C# |
---|
// Enable resource view |
Visual Basic |
---|
' Enable resource view |