Skip to main content
.NET 6.0+

BaseObjectSpace.IsDeleting Property

Indicates whether the current Object Space is about to delete an object(s).

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual bool IsDeleting { get; }

Property Value

Type Description
Boolean

true if the current Object Space is deleting an object(s); otherwise, false.

Implements

See Also