Skip to main content

BootstrapBinaryImageEditingSettings.Enabled Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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