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

ASPxClientImage Class

Represents the client-side equivalent of the ASPxImage control.

Declaration

declare class ASPxClientImage extends ASPxClientImageBase

Remarks

In addition to the functionality inherited from its ancestors, the client image editor allows you to manipulate the URL pointing to the displayed image (ASPxClientImage.GetImageUrl, ASPxClientImage.SetImageUrl) and the image’s size (ASPxClientControl.GetWidth, ASPxClientControl.GetHeight, ASPxClientImageBase.SetSize).

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