Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SerializableObjectLayer.ObjectLayer Property

Returns the current SerializableObjectLayer object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

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

Property Value

Type Description
ISerializableObjectLayer

The current SerializableObjectLayer object cast to the ISerializableObjectLayer.

See Also