Skip to main content

BootstrapClientBinaryImage Class

Represents the client-side equivalent of the BootstrapBinaryImage control.

#Declaration

TypeScript
declare class BootstrapClientBinaryImage extends ASPxClientBinaryImage

#Remarks

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.

See Also