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

EntityServerModeDataSource.EnableDelete Property

Gets or sets whether a delete operation is allowed.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to allow delete operations; otherwise, false.

Remarks

To manually handle delete operations, handle the EntityServerModeDataSource.Deleting event.

See Also