Version

ActivityRecurrenceDialogCore Constructor

Creates an instance of the RecurrenceDialogCore control which represents the core of the Infragistics.Controls.Schedules.ActivityBase Recurrence dialog.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As FrameworkElement, _
   ByVal dataManager As XamScheduleDataManager, _
   ByVal activity As ActivityBase, _
   Optional ByVal showTimeZonePickers As Boolean _
)
public ActivityRecurrenceDialogCore( 
   FrameworkElement container,
   XamScheduleDataManager dataManager,
   ActivityBase activity,
   bool showTimeZonePickers
)

Parameters

container
The FrameworkElement that contains this dialog, or null if there is no containing element.
dataManager
The current Infragistics.Controls.Schedules.XamScheduleDataManager.
activity
The appointment to display.
showTimeZonePickers
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