Skip to main content

ASPxClientBinaryImage Class

Represents the client-side equivalent of the ASPxBinaryImage control.

#Declaration

TypeScript
declare class ASPxClientBinaryImage extends ASPxClientEdit

#Remarks

This object inherits the functionality implemented by its ancestor ASPxClientEdit object.

Note

The client-side programmatic interface is available if the editor’s ASPxEditBase.ClientInstanceName property is defined, any client event is handled, or the ASPxEditBase.EnableClientSideAPI property is set to true.

ASPxButtonEdit_control.png

See Also