XafDataView.AllowNew Property
Gets whether you can add data records. This method always returns false because the list represented by XafDataView is readonly.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if you can add the data records to the list; otherwise, false. |
Remarks
Introduced to provide the IBindingList support.
See Also