Skip to main content
.NET 6.0+

XPCursor.SelectDeleted Property

Gets or sets whether deleted objects are retrieved by the XPCursor the next time it is reloaded.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool SelectDeleted { get; set; }

Property Value

Type Description
Boolean

true to load deleted objects to the collection the next time it’s reloaded; otherwise, false

Remarks

Changing the SelectDeleted property’s value clears the current contents of the XPCursor.

See Also