Skip to main content
A newer version of this page is available. .

ASPxClientControlBase.name Property

Gets the unique, hierarchically-qualified identifier for the control.

Declaration

name: string

Property Value

Type Description
string

The fully-qualified identifier for the control.

Remarks

The name property returns the value of the control’s ClientID property and is equal to the id attribute of the corresponding HTML element.

See Also