Gets or sets the days of the week that should not be displayed in a resource view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DaysOfWeek HiddenDays { get; set; } |
Visual Basic Copy Code |
---|
Public Property HiddenDays As DaysOfWeek |
A member of the DaysOfWeek enumeration.
This 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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |