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: 5.8.1956.0 (5.8.1956.0)

Syntax

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

See Also