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

EntityServerModeDataSource.EnableUpdate Property

Gets or sets whether an update operation is enabled.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Web.v20.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