ASPxClientBinaryImage.Clear Method
Removes an image from the editor content.
Declaration
Clear(): void
Remarks
Use the Clear method to clear the editor value. Note that the method is in effect provided that the image editing is enabled, i.e., the BinaryImageEditingSettings.Enabled property is set to true
.
See Also