Skip to main content
.NET 6.0+

XafDataView.AllowEdit Property

Gets whether you can update data records. This method always returns false because the list represented by XafDataView is readonly.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool AllowEdit { get; }

Property Value

Type Description
Boolean

true, if you can update the data records in the list; otherwise, false.

Remarks

Introduced to provide IBindingList support.

See Also