Skip to main content
A newer version of this page is available. .

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