Back to Devexpress

ASPxWebControlBase.ClientID Property

aspnet-devexpress-dot-web-dot-aspxwebcontrolbase.md

latest1.2 KB
Original Source

ASPxWebControlBase.ClientID Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override string ClientID { get; }
vb
Public Overrides ReadOnly Property ClientID As String

Property Value

TypeDescription
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

ASPxWebControlBase Class

ASPxWebControlBase Members

DevExpress.Web Namespace