Custom database fields mapped using DataTagFields.

Namespace: DayPilot.Web.Mvc.Events.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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