ASPxClientBinaryImage Class
Represents the client-side equivalent of the ASPxBinaryImage control.
Declaration
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
.
Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientEditBase
ASPxClientEdit
ASPxClientBinaryImage
See Also