Version

ActivityCategoryHelper Constructor

Creates an instance of an ActivityCategoryHelper class
Syntax
'Declaration
 
Public Function New( _
   ByVal dataManager As XamScheduleDataManager, _
   ByVal activities As IList(Of ActivityBase), _
   Optional ByVal dialogOwner As FrameworkElement _
)
public ActivityCategoryHelper( 
   XamScheduleDataManager dataManager,
   IList<ActivityBase> activities,
   FrameworkElement dialogOwner
)

Parameters

dataManager
A Infragistics.Controls.Schedules.XamScheduleDataManager instance
activities
A list of one or more Infragistics.Controls.Schedules.ActivityBase intances whose categories are to be managed.
dialogOwner
The control that should be used as the owner of the dialog when calling the Infragistics.Controls.Schedules.XamScheduleDataManager.DisplayActivityCategoryDialog method
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