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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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