Skip to main content
.NET 6.0+

ObjectManipulationEventArgs.Object Property

Gets the object currently being processed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public object Object { get; }

Property Value

Type Description
Object

The object which is currently being processed.

See Also