Back to Devexpress

WmsDataProvider.ActiveLayer Property

windowsforms-devexpress-dot-xtramap-dot-wmsdataprovider-11aea492.md

latest1.3 KB
Original Source

WmsDataProvider.ActiveLayer Property

Returns the WMS layer that is currently displayed by the provider.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
WmsLayer

The currently displayed WMS layer.

|

Remarks

This property allows you only to obtain parameters of the WMS layer. To specify the required layer, use the WmsDataProvider.ActiveLayerName property.

See Also

WmsDataProvider Class

WmsDataProvider Members

DevExpress.XtraMap Namespace