SerializableObjectLayerService.SerializableObjectLayer Property
Returns a serializable object layer used to initialize the current SerializableObjectLayerService instance.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
ISerializableObjectLayer | An ISerializableObjectLayer implementor passed as a parameter to the SerializableObjectLayerService constructor. |
See Also