Gets ID of the client side object associated with the control.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public virtual string ClientObjectID { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ClientObjectID As String
	Get

Remarks

Note ClientObjectID that equals ClientID can cause error when control is working in Atlas UpdatePanel

See Also