Version

NonWorkingTimeHighlightStyle Enumeration

Enumeration used to indicate how the non-working time is displayed within the control.
Syntax
'Declaration
 
Public Enum NonWorkingTimeHighlightStyle 
   Inherits System.Enum
public enum NonWorkingTimeHighlightStyle : System.Enum 
Members
MemberDescription
ActualNonWorkingHoursA Infragistics.Controls.Schedules.Primitives.NonWorkingTimeArea is created for each block of non-working time.
NoneThe non-working times are not highlighted/displayed within the timeline portion of the control.
TimescaleIntervalsWithoutWorkingHoursA Infragistics.Controls.Schedules.Primitives.NonWorkingTimeArea is created for each timescale interval that does not contain any working time.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also