Skip to main content
Tab

ASPxWebControlBase.ClientID Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

public override string ClientID { get; }

Property Value

Type Description
String

A string value representing the server 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