Version

ActivityCategory Class

Represents an activity category.
Syntax
'Declaration
 
Public Class ActivityCategory 
   Inherits Infragistics.PropertyChangeNotifierExtended
public class ActivityCategory : Infragistics.PropertyChangeNotifierExtended 
Remarks

Activity categories lets users categorize activities. Activities will be rendered using an appearance that is based on the category associated with the activity. This allows the user to quickly identify activities that belong to a specific category.

Also note that an activity can be associated with multiple categories. An activity's ActivityBase.Categories property returns the categories that have been assigned to it. Categories are referenced by the string assigned to its CategoryName property. The ActivityBase.Categories property of the activity returns a string that contains the comma separated list of CategoryNames. The actual ActivityCategory instance associated with a particular CategoryName can be retrieved using the XamScheduleDataManager's XamScheduleDataManager.ResolveActivityCategories 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