Version

TaskDialogCore Constructor

Creates an instance of the TaskDialogCore control which represents the core of the Infragistics.Controls.Schedules.Task dialog.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As FrameworkElement, _
   ByVal dataManager As XamScheduleDataManager, _
   ByVal task As Task _
)
public TaskDialogCore( 
   FrameworkElement container,
   XamScheduleDataManager dataManager,
   Task task
)

Parameters

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