aspnet-js-aspxclientimage.md
Represents the client-side equivalent of the ASPxImage control.
declare class ASPxClientImage extends ASPxClientImageBase
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.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientStaticEdit ASPxClientImageBase ASPxClientImage
See Also