Event value (DayPilotCalendar.DataValueField property).

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

Syntax

C#
public string Id { get; private set; }
Visual Basic
Public Property Id As String
	Get
	Private Set
Visual C++
public:
property String^ Id {
	String^ get ();
	private: void set (String^ value);
}

See Also