Custom event data (DayPilotCalendar.DataTagField property).

Namespace: DayPilot.Web.Ui.Events
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Tag As String
C#
public string Tag { get; }
Visual C++
public:
property String^ Tag {
	String^ get ();
}