Skip to main content
.NET Framework 4.6.2+

SerializableObjectLayerClient.ObjectLayer Property

Returns the current SerializableObjectLayerClient object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

[Browsable(false)]
public IObjectLayer ObjectLayer { get; }

Property Value

Type Description
IObjectLayer

The current SerializableObjectLayerClient object cast to the IObjectLayer.

See Also