Skip to main content
A newer version of this page is available. .

WmsDataProvider.ActiveLayer Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[Browsable(false)]
public WmsLayer ActiveLayer { get; }

Property Value

Type Description
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