Skip to main content
.NET 6.0+

ObjectsManipulatingEventArgs.Objects Property

Provides access to the objects that are being manipulated.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ICollection Objects { get; }

Property Value

Type Description
ICollection

A collection of objects that are being manipulated.

See Also