Skip to main content
A newer version of this page is available. .

ObjectsManipulationEventArgs.Objects Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public ICollection Objects { get; }

Property Value

Type Description
ICollection

The collection of persistent objects involved in processing.

See Also