Skip to main content
Tab

BinaryImageEditingSettings.Enabled Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to Enabled
ASPxBinaryImage
.EditingSettings .Enabled
BinaryImageEditProperties
.EditingSettings .Enabled
See Also