Back to Devexpress

BootstrapBinaryImageEditingSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-cb4e1e8a.md

latest2.5 KB
Original Source

BootstrapBinaryImageEditingSettings Class

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

Declaration

csharp
public class BootstrapBinaryImageEditingSettings :
    BootstrapBinaryImageEditingSettingsBase
vb
Public Class BootstrapBinaryImageEditingSettings
    Inherits 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:

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

Inheritance

Object StateManager PropertiesBase BinaryImageEditingSettings BootstrapBinaryImageEditingSettingsBase BootstrapBinaryImageEditingSettings

See Also

BootstrapBinaryImageEditingSettings Members

Binary Image

DevExpress.Web.Bootstrap Namespace