Search
ResourceViewSettings.HiddenDays Property
See Also
 






Gets or sets the days of the week that should not be displayed in a resource view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DaysOfWeek HiddenDays { get; set; }

Visual Basic  Copy Code

Public Property HiddenDays As DaysOfWeek

 Property Value

A member of the DaysOfWeek enumeration.

 Remarks

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.

 See Also