Skip to main content
All docs
V25.1
  • .NET Framework 4.6.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.v25.1.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