ASPxWebControlBase.ClientID Property
Gets the control's identifier generated by ASP.NET.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public override string ClientID { get; }
Public Overrides ReadOnly Property ClientID As String
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 in MSDN.
See Also
Feedback