Skip to main content
A newer version of this page is available. .

HtmlEditorUserControl.ClientID Property

Gets the user control’s identifier generated by ASP.NET.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public override string ClientID { get; }

Property Value

Type Description
String

A String value specifying the user control identifier generated by ASP.NET.

Remarks

This property is typical in ASP.NET controls. For details, refer to the ClientID property description in MSDN.

See Also