Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
protected Controller Controller { get; private set; }
Visual Basic
Protected Property Controller As Controller
	Get
	Private Set
Visual C++
protected:
property Controller^ Controller {
	Controller^ get ();
	private: void set (Controller^ value);
}

See Also