Skip to main content
.NET 6.0+

DynamicCollectionBase.DeleteObjectOnRemove Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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