BootstrapBinaryImageEditingSettings Class
Contains settings that relate to the editing functionality of the Binary Image.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.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.
- 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