Source data object associated with this resource.

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 DataItemWrapper DataItem { get; internal set; }
Visual Basic
Public Property DataItem As DataItemWrapper
	Get
	Friend Set
Visual C++
public:
property DataItemWrapper^ DataItem {
	DataItemWrapper^ get ();
	internal: void set (DataItemWrapper^ value);
}

See Also