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

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

Syntax

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

See Also