Custom task data. Read-only.

Namespace: DayPilot.Web.Ui.Events.Gantt
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public LinkTagDictionary Tags { get; internal set; }
Visual Basic
Public Property Tags As LinkTagDictionary
	Get
	Friend Set
Visual C++
public:
property LinkTagDictionary^ Tags {
	LinkTagDictionary^ get ();
	internal: void set (LinkTagDictionary^ value);
}

See Also