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

BootstrapBinaryImageEditingSettings.Enabled Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(true)]
public override bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable image uploading; otherwise, false.

See Also