Skip to main content
A newer version of this page is available. .

SerializableObjectLayer.ObjectLayer Property

Returns the current SerializableObjectLayer object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public ISerializableObjectLayer ObjectLayer { get; }

Property Value

Type Description
ISerializableObjectLayer

The current SerializableObjectLayer object cast to the ISerializableObjectLayer.

See Also