ID of the target control (Label or TextBox) that holds the selected date.

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

Syntax

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

See Also