Back to Devexpress

MapItem.Layer Property

windowsforms-devexpress-dot-xtramap-dot-mapitem-b9e9954e.md

latest1.1 KB
Original Source

MapItem.Layer Property

Provides access to the map items layer object.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public MapItemsLayerBase Layer { get; }
vb
<Browsable(False)>
Public ReadOnly Property Layer As MapItemsLayerBase

Property Value

TypeDescription
MapItemsLayerBase

A MapItemsLayerBase object representing the items layer of a map control.

|

See Also

MapItem Class

MapItem Members

DevExpress.XtraMap Namespace