WmsLayerCollection.Item[Int32] Property
In This Article
Returns the layer from the WmsLayerCollection by index.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An Int32 value specifying the index of a layer in the collection. |
#Property Value
Type | Description |
---|---|
Wms |
A Wms |
See Also