CollectionSourceBase.DeleteObjectOnRemove Property
Gets or sets whether persistent objects are deleted from the data store when they are removed from the CollectionSourceBase.Collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if persistent objects are deleted from the data store when they are removed from the collection; otherwise, false. |
See Also