Skip to main content

HtmlEditorUserControl.ClientID Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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.

See Also