Custom data.

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

Syntax

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

See Also