aspnetbootstrap-devexpress-dot-web-dot-bootstrap-cb4e1e8a.md
Contains settings that relate to the editing functionality of the Binary Image.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapBinaryImageEditingSettings :
BootstrapBinaryImageEditingSettingsBase
Public Class BootstrapBinaryImageEditingSettings
Inherits BootstrapBinaryImageEditingSettingsBase
An object of the BootstrapBinaryImageEditingSettings type can be accessed via the BootstrapBinaryImage.EditingSettings property.
This example demonstrates how to enable the Binary Image‘s drag-and-drop feature.
The image below shows the result:
<dx:BootstrapBinaryImage runat="server">
<EditingSettings Enabled="true" AllowDropOnPreview="true" EmptyValueText="Drop image here" />
</dx:BootstrapBinaryImage>
Object StateManager PropertiesBase BinaryImageEditingSettings BootstrapBinaryImageEditingSettingsBase BootstrapBinaryImageEditingSettings
See Also