Back to Devexpress

ASPxClientImage Class

aspnet-js-aspxclientimage.md

latest1.4 KB
Original Source

ASPxClientImage Class

Represents the client-side equivalent of the ASPxImage control.

Declaration

ts
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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientStaticEdit ASPxClientImageBase ASPxClientImage

See Also

Image

ASPxClientImage Members