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

Syntax

C#
public TagCollection Tag { get; private set; }
Visual Basic
Public Property Tag As TagCollection
	Get
	Private Set
Visual C++
public:
property TagCollection^ Tag {
	TagCollection^ get ();
	private: void set (TagCollection^ value);
}

See Also