A newer version of this page is available.
Switch to the current version.
BootstrapBinaryImageEditingSettings Class
Contains settings that relate to the editing functionality of the Binary Image.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapBinaryImageEditingSettings :
BootstrapBinaryImageEditingSettingsBase
Public Class BootstrapBinaryImageEditingSettings
Inherits BootstrapBinaryImageEditingSettingsBase
Remarks
An object of the BootstrapBinaryImageEditingSettings type can be accessed via the BootstrapBinaryImage.EditingSettings property.
Examples
This example demonstrates how to enable the Binary Image's drag-and-drop feature.
- Initialize a new instance of the BootstrapBinaryImage class.
- Enable the BinaryImageEditingSettings.AllowDropOnPreview property.
The image below shows the result:
<dx:BootstrapBinaryImage runat="server">
<EditingSettings Enabled="true" AllowDropOnPreview="true" EmptyValueText="Drop image here" />
</dx:BootstrapBinaryImage>
Inheritance
Object
StateManager
PropertiesBase
BinaryImageEditingSettings
BootstrapBinaryImageEditingSettingsBase
BootstrapBinaryImageEditingSettings
See Also
Feedback