Back to Devexpress

BinaryImageEditingSettings.Enabled Property

aspnet-devexpress-dot-web-dot-binaryimageeditingsettings-49685c73.md

latest1.6 KB
Original Source

BinaryImageEditingSettings.Enabled Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public virtual bool Enabled { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to enable image uploading; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Enabled
ASPxBinaryImage

.EditingSettings .Enabled

| | BinaryImageEditProperties |

.EditingSettings .Enabled

|

See Also

Binary Image

BinaryImageEditingSettings Class

BinaryImageEditingSettings Members

DevExpress.Web Namespace