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 EventInfo Event { get; private set; }
Visual Basic
Public Property Event As EventInfo
	Get
	Private Set
Visual C++
public:
property EventInfo^ Event {
	EventInfo^ get ();
	private: void set (EventInfo^ value);
}

See Also