Back to Devexpress

ASPxClientControlBase.name Property

aspnet-js-aspxclientcontrolbase-eb092bc7.md

latest687 B
Original Source

ASPxClientControlBase.name Property

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

Declaration

ts
name: string

Property Value

TypeDescription
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

ASPxClientControlBase Class

ASPxClientControlBase Members