ASPxClientLabel Class
In This Article
Represents the client-side equivalent of the ASPxLabel control.
#Declaration
TypeScript
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 ASPxtrue
or any client event is handled.
#Inheritance
See Also