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

DynamicCollectionBase.DeleteObjectOnRemove Property

Specifies whether objects are deleted from a storage when they are removed from the collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool DeleteObjectOnRemove { get; set; }

Property Value

Type Description
Boolean

true if objects are deleted from a storage when they are removed from the collection; otherwise, false.

See Also