Event id.

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

Syntax

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

See Also