EntityServerModeDataSource.EnableDelete Property
Gets or sets whether a delete operation is allowed.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
To manually handle delete operations, handle the EntityServerModeDataSource.Deleting event.
See Also