Skip to main content

WmsDataProvider.ActiveLayer Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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