Version

AppointmentDialogCore Constructor

Creates an instance of the AppointmentDialogCore control which represents the core of the Appointment dialog.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As FrameworkElement, _
   ByVal dataManager As XamScheduleDataManager, _
   ByVal appointment As Appointment _
)
public AppointmentDialogCore( 
   FrameworkElement container,
   XamScheduleDataManager dataManager,
   Appointment appointment
)

Parameters

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