Custom data.

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

Syntax

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

See Also