ASPxClientLabel Class
Represents the client-side equivalent of the ASPxLabel control.
Declaration
declare class ASPxClientLabel extends ASPxClientStaticEdit
Remarks
In addition to the functionality inherited from its ancestors, the client label object allows you to manipulate its label text (ASPxClientLabel.GetText, ASPxClientLabel.SetText).
Note
The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true
or any client event is handled.
Inheritance
See Also