Skip to main content
.NET 6.0+

ObjectsManipulationEventArgs.Objects Property

Gets the collection of persistent objects that are currently being processed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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