A newer version of this page is available.
Switch to the current version.
MapItem.Layer Property
Provides access to the map items layer object.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[Browsable(false)]
public MapItemsLayerBase Layer { get; }
<Browsable(False)>
Public ReadOnly Property Layer As MapItemsLayerBase
Property Value
Type | Description |
---|---|
MapItemsLayerBase | A MapItemsLayerBase object representing the items layer of a map control. |
See Also
Feedback