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

XafDataView.AllowRemove 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.v19.2.dll

Declaration

public bool AllowRemove { get; }

Property Value

Type Description
Boolean

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

Remarks

Introduced to provide the IBindingList support.

See Also