Version

CreateActivityDialog Method

Returns a FrameworkElement that should used as the dialog for creating and editing Infragistics.Controls.Schedules.ActivityBase derived instances.
Syntax
'Declaration
 
Public Overrides Function CreateActivityDialog( _
   ByVal container As FrameworkElement, _
   ByVal dataManager As Infragistics.Controls.Schedules.XamScheduleDataManager, _
   ByVal activity As Infragistics.Controls.Schedules.ActivityBase, _
   ByVal allowModifications As Boolean, _
   ByVal allowRemove As Boolean _
) As FrameworkElement
public override FrameworkElement CreateActivityDialog( 
   FrameworkElement container,
   Infragistics.Controls.Schedules.XamScheduleDataManager dataManager,
   Infragistics.Controls.Schedules.ActivityBase activity,
   bool allowModifications,
   bool allowRemove
)

Parameters

container
dataManager
activity
allowModifications
allowRemove
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