Skip to main content
A newer version of this page is available. .

BootstrapBinaryImageEditingSettings Class

Contains settings that relate to the editing functionality of the Binary Image.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapBinaryImageEditingSettings :
    BootstrapBinaryImageEditingSettingsBase

Remarks

An object of the BootstrapBinaryImageEditingSettings type can be accessed via the BootstrapBinaryImage.EditingSettings property.

Example

This example demonstrates how to enable the Binary Image‘s drag-and-drop feature.

The image below shows the result:

BootstrapBinaryImage_Example

<dx:BootstrapBinaryImage runat="server">
    <EditingSettings Enabled="true" AllowDropOnPreview="true" EmptyValueText="Drop image here" />
</dx:BootstrapBinaryImage>
See Also