ObjectsManipulationEventArgs.Objects Property
In This Article
Gets the collection of persistent objects that are currently being processed.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ICollection Objects { get; }
#Property Value
Type | Description |
---|---|
ICollection | The collection of persistent objects involved in processing. |
See Also