JavaScript instance name on the client-side. If it is not specified the control ClientID will be used.

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

Syntax

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

See Also