ID of the DayPilot control that will be updated after selection change.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

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

See Also