XPView.SelectDeleted Property
Specifies whether objects marked as deleted are retrieved by the XPView.
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 | Default | Description |
---|---|---|
Boolean | false | true, if objects marked as deleted are loaded to the collection from a data store; otherwise, false. |
Remarks
Changing this property’s value clears the contents of the current collection. The collection will then be reloaded from a data store automatically, when the collection’s contents are accessed.
See Also