HtmlEditorUserControl.ClientID Property
Gets the user control’s identifier generated by ASP.NET.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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