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

SerializableObjectLayerClient.ObjectLayer Property

Returns the current SerializableObjectLayerClient object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public IObjectLayer ObjectLayer { get; }

Property Value

Type Description
IObjectLayer

The current SerializableObjectLayerClient object cast to the IObjectLayer.

See Also