DynamicCollectionBase.DeleteObjectOnRemove Property
Specifies whether objects are deleted from a storage when they are removed from the collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if objects are deleted from a storage when they are removed from the collection; otherwise, false. |
See Also