Back to Devexpress

ASPxClientLabel Class

aspnet-js-aspxclientlabel.md

latest1.1 KB
Original Source

ASPxClientLabel Class

Represents the client-side equivalent of the ASPxLabel control.

Declaration

ts
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

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientStaticEdit ASPxClientLabel

See Also

Label

ASPxClientLabel Members