MindFusion.Scheduling for Silverlight Programmer's Guide
Item.Tag Property
See Also
 





Gets or sets custom data associated with the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public abstract Object Tag { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Tag As Object

 Property Value

An instance of any class derived from System.Object.

 Remarks

Use this property to store your custom data.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace