Version

JournalDialogCore Constructor

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

Parameters

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