Skip to main content

ASPxClientStaticEdit Class

Represents a base for client-side static editors whose values cannot be visually changed by end users.

Declaration

declare class ASPxClientStaticEdit extends ASPxClientEditBase

Remarks

This object is the base for the client-side ASPxClientLabel, ASPxClientHyperLink, ASPxClientBinaryImage and ASPxClientImage objects. It implements the common client-side functionality for static editors which don’t allow their values to be changed by end-users.

See Also