Version

ActiveDayClientSynchronization Enumeration

Determines how multiple WebSchedule components will be syncronized on the client when they are tied to the same instance of WebScheduleInfo. Synchronization is performed when the ActiveDay is changed either by clicking a mouse or by setting it in code.
Syntax
'Declaration
 
Public Enum ActiveDayClientSynchronization 
   Inherits System.Enum
public enum ActiveDayClientSynchronization : System.Enum 
Members
MemberDescription
AlwaysAlways - Syncronized the ActiveDay elements within each UI control and post back to the server if necessary in order for all UI controls to be able to display the ActiveDay and its Activities.
NoneNone - Don't perform synchronization at all.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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