Skip to main content

EntityServerModeDataSource.EnableUpdate Property

Gets or sets whether an update operation is enabled.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true to enable update operations; otherwise, false.

Remarks

To manually handle update operations, handle the EntityServerModeDataSource.Updating event.

See Also