Skip to main content
.NET 8.0+

ObjectManipulationEventArgs.Object Property

Gets the object currently being processed.

Namespace: DevExpress.Xpo

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