Skip to main content

ASPxClientLabel Class

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 ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.

See Also