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

BinaryImageEditingSettings.Enabled Property

Specifies if a binary image can be edited (uploaded) by end-users.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public virtual bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable image uploading; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Enabled
ASP.NET Bootstrap Controls BootstrapBinaryImage
.EditingSettings.Enabled
BootstrapBinaryImageEditProperties
.EditingSettings.Enabled
ASP.NET Web Forms Controls ASPxBinaryImage
.EditingSettings.Enabled
BinaryImageEditProperties
.EditingSettings.Enabled
MVCxBinaryImage
.EditingSettings.Enabled
MVCxBinaryImageEditProperties
.EditingSettings.Enabled
MVCxColumnBinaryImageEditProperties
.EditingSettings.Enabled
See Also