ASPxClientImage Class
In This Article
Represents the client-side equivalent of the ASPxImage control.
#Declaration
TypeScript
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 ASPxtrue
or any client event is handled.
#Inheritance
See Also