Skip to main content
.NET 6.0+

XPBaseObject.This Property

Refers to the current instance.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public object This { get; }

Property Value

Type Description
Object

An XPBaseObject object which represents the current object.

See Also