Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPServerCollectionSource.AllowEdit Property

Gets or sets whether data editing is allowed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to allow data editing; otherwise, false.

See Also